kbeckmann / PicoDVI-N64

Digital N64 Video and Audio over Bitbanged DVI
BSD 3-Clause "New" or "Revised" License
180 stars 13 forks source link

Add support for wavshare RPI2040 #12

Open lewilou22 opened 3 weeks ago

lewilou22 commented 3 weeks ago

Add support for wavshare RPI2040

All of the example apps use the DVI_DEFAULT_SERIAL_CONFIG from this header to select their pin configuration, which has a default value of pico_sock_cfg. You can pass -DDVI_DEFAULT_SERIAL_CONFIG=some_other_board to cmake to override this default, so that the example apps will be built with a different serial configuration.