Add Adafruit Feather DVI to pin configs
This commit is contained in:
parent
f7ce41e04e
commit
c5334f2975
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ static const struct dvi_serialiser_cfg not_hdmi_featherwing_cfg = {
|
|||
|
||||
// Adafruit Feather RP2040 DVI
|
||||
static const struct dvi_serialiser_cfg adafruit_feather_dvi_cfg = {
|
||||
.pio = pio0,
|
||||
.pio = DVI_DEFAULT_PIO_INST,
|
||||
.sm_tmds = {0, 1, 2},
|
||||
.pins_tmds = {18, 20, 22},
|
||||
.pins_clk = 16,
|
||||
|
|
|
|||
Loading…
Reference in a new issue