Skip to content

Commit 7af20b2

Browse files
robotfreakWren6991
authored andcommitted
Add pin definitions for Olimex RP2040pc, RP2040-PICO-PC, Neo6502 Neo6502pc
1 parent 62c07fb commit 7af20b2

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
@@ -117,4 +117,13 @@ static const struct dvi_serialiser_cfg waveshare_rp2040_pizero = {
117117
.invert_diffpairs = false
118118
};
119119

120+
// Olimex RP2040PC, RP2040-Pico-PC, Neo6502,
121+
static struct dvi_serialiser_cfg olimex_rp2040_cfg = {
122+
.pio = DVI_DEFAULT_PIO_INST,
123+
.sm_tmds = {0, 1, 2},
124+
.pins_tmds = {14, 18, 16},
125+
.pins_clk = 12,
126+
.invert_diffpairs = true
127+
};
128+
120129
#endif

0 commit comments

Comments
 (0)