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
and set up cmake to use it
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};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