Add DVI Sock pinout

two-pixels-per-word
Luke Wren 2021-02-18 19:38:06 +00:00
rodzic 1ccaa0c021
commit 14c27eaeae
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -56,6 +56,13 @@ static const struct dvi_serialiser_cfg micromod_cfg = {
.invert_diffpairs = true
};
// Pico DVI Sock (small hat on the bottom) which solders to the end of a Pico
static const struct dvi_serialiser_cfg pico_sock_cfg = {
.pio = pio0,
.sm_tmds = {0, 1, 2},
.pins_tmds = {12, 18, 16},
.pins_clk = 14,
.invert_diffpairs = false
};
#endif