J. Neuschäfer 2024-02-22 19:07:13 +01:00 zatwierdzone przez Luke Wren
rodzic a248d72b8c
commit a4b5049e34
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -88,4 +88,13 @@ static const struct dvi_serialiser_cfg not_hdmi_featherwing_cfg = {
.invert_diffpairs = true
};
// Adafruit Feather RP2040 DVI
static const struct dvi_serialiser_cfg adafruit_feather_dvi_cfg = {
.pio = pio0,
.sm_tmds = {0, 1, 2},
.pins_tmds = {18, 20, 22},
.pins_clk = 16,
.invert_diffpairs = true
};
#endif