From 53dd278b7263c912ba8231158e94e55f1c5c8c57 Mon Sep 17 00:00:00 2001 From: lady ada Date: Sat, 1 Apr 2023 22:58:04 -0400 Subject: [PATCH] new bell --- software/include/common_dvi_pin_configs.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/software/include/common_dvi_pin_configs.h b/software/include/common_dvi_pin_configs.h index 3f7dc99..d9d24d7 100644 --- a/software/include/common_dvi_pin_configs.h +++ b/software/include/common_dvi_pin_configs.h @@ -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