Add pin definitions for Olimex RP2040pc, RP2040-PICO-PC, Neo6502 Neo6502pc
This commit is contained in:
parent
62c07fb640
commit
7af20b2742
1 changed files with 9 additions and 0 deletions
|
|
@ -117,4 +117,13 @@ static const struct dvi_serialiser_cfg waveshare_rp2040_pizero = {
|
|||
.invert_diffpairs = false
|
||||
};
|
||||
|
||||
// Olimex RP2040PC, RP2040-Pico-PC, Neo6502,
|
||||
static struct dvi_serialiser_cfg olimex_rp2040_cfg = {
|
||||
.pio = DVI_DEFAULT_PIO_INST,
|
||||
.sm_tmds = {0, 1, 2},
|
||||
.pins_tmds = {14, 18, 16},
|
||||
.pins_clk = 12,
|
||||
.invert_diffpairs = true
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue