Add pin definitions for Waveshare RP2040-PiZero
This commit is contained in:
parent
ca941baf37
commit
62c07fb640
1 changed files with 9 additions and 0 deletions
|
|
@ -108,4 +108,13 @@ static const struct dvi_serialiser_cfg adafruit_feather_dvi_cfg = {
|
|||
.invert_diffpairs = true
|
||||
};
|
||||
|
||||
// Waveshare RP2040-PiZero
|
||||
static const struct dvi_serialiser_cfg waveshare_rp2040_pizero = {
|
||||
.pio = DVI_DEFAULT_PIO_INST,
|
||||
.sm_tmds = {0, 1, 2},
|
||||
.pins_tmds = {26, 24, 22},
|
||||
.pins_clk = 28,
|
||||
.invert_diffpairs = false
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue