Skip to content

Commit 23fb7eb

Browse files
author
ladyada
committed
Merge remote-tracking branch 'upstream/master' into test-upstream-rev2
2 parents c33ff22 + 7af20b2 commit 23fb7eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

software/include/common_dvi_pin_configs.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,13 @@ static const struct dvi_serialiser_cfg adafruit_dvibell_cfg = {
128128
.invert_diffpairs = false,
129129
};
130130

131+
// Olimex RP2040PC, RP2040-Pico-PC, Neo6502,
132+
static struct dvi_serialiser_cfg olimex_rp2040_cfg = {
133+
.pio = DVI_DEFAULT_PIO_INST,
134+
.sm_tmds = {0, 1, 2},
135+
.pins_tmds = {14, 18, 16},
136+
.pins_clk = 12,
137+
.invert_diffpairs = true
138+
};
139+
131140
#endif

0 commit comments

Comments
 (0)