From 62a41787f881f3ad8038fb7d45335c8f457bc4a2 Mon Sep 17 00:00:00 2001 From: leo60228 Date: Sat, 17 Apr 2021 19:01:58 -0400 Subject: [PATCH] Add Not HDMI Featherwing --- software/include/common_dvi_pin_configs.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/software/include/common_dvi_pin_configs.h b/software/include/common_dvi_pin_configs.h index 6e81d24..b3893a3 100644 --- a/software/include/common_dvi_pin_configs.h +++ b/software/include/common_dvi_pin_configs.h @@ -79,4 +79,13 @@ static const struct dvi_serialiser_cfg pimoroni_demo_hdmi_cfg = { .invert_diffpairs = true }; +// Not HDMI Featherwing +static const struct dvi_serialiser_cfg not_hdmi_featherwing_cfg = { + .pio = pio0, + .sm_tmds = {0, 1, 2}, + .pins_tmds = {11, 9, 7}, + .pins_clk = 24, + .invert_diffpairs = true +}; + #endif