Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

Other RP2040 boards • Re: Compilation errors on Waveshare RP2350B DVI

$
0
0
Ok, the examples on waveshare rp2350 pizero works, but when moving to the ones on picoDVI repo it does not, compiles but I get no video.
I added the specific dvi serializer config

Code:

static const struct dvi_serialiser_cfg waveshare_pizero_cfg = {.pio = DVI_DEFAULT_PIO_INST,.sm_tmds = {0, 1, 2},.pins_tmds = {36, 34, 32},.pins_clk = 38,.invert_diffpairs = false};
and set up cmake to use it

Code:

cmake -DPICO_PLATFORM=rp2350 -DPICO_COPY_TO_RAM=1 -DDVI_DEFAULT_SERIAL_CONFIG=waveshare_pizero_cfg ..

Statistics: Posted by mlorenzati — Tue Sep 23, 2025 12:58 am



Viewing all articles
Browse latest Browse all 8026

Trending Articles