adding pin cfg for hstx dvi cowbell
This commit is contained in:
parent
72f5f044d8
commit
476845da90
1 changed files with 10 additions and 0 deletions
|
|
@ -120,6 +120,16 @@ static const struct dvi_serialiser_cfg adafruit_dvibell_cfg = {
|
||||||
.invert_diffpairs = false,
|
.invert_diffpairs = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// hstx dvi cowbell
|
||||||
|
static const struct dvi_serialiser_cfg adafruit_hstxdvibell_cfg = {
|
||||||
|
.pio = DVI_DEFAULT_PIO_INST,
|
||||||
|
.sm_tmds = {0, 1, 2},
|
||||||
|
.pins_tmds = {12, 18, 16},
|
||||||
|
.pins_clk = 14,
|
||||||
|
.invert_diffpairs = false,
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
// Adafruit 'Fruit Jam' computer board
|
// Adafruit 'Fruit Jam' computer board
|
||||||
static const struct dvi_serialiser_cfg adafruit_fruitjam_cfg = {
|
static const struct dvi_serialiser_cfg adafruit_fruitjam_cfg = {
|
||||||
.pio = DVI_DEFAULT_PIO_INST,
|
.pio = DVI_DEFAULT_PIO_INST,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue