new bell
This commit is contained in:
parent
37d4f465b1
commit
53dd278b72
1 changed files with 8 additions and 0 deletions
|
|
@ -101,4 +101,12 @@ static const struct dvi_serialiser_cfg adafruit_feather_dvi_cfg = {
|
|||
.invert_diffpairs = true
|
||||
};
|
||||
|
||||
static const struct dvi_serialiser_cfg adafruit_dvibell_cfg = {
|
||||
.pio = DVI_DEFAULT_PIO_INST,
|
||||
.sm_tmds = {0, 1, 2},
|
||||
.pins_tmds = {10, 8, 6},
|
||||
.pins_clk = 12,
|
||||
.invert_diffpairs = false
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue