diff options
author | Steve Storck <steve973@gmail.com> | 2025-02-16 16:41:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 08:41:07 +1100 |
commit | c00b0c5bc96b4cd5d096d3c8701e86be9aba4982 (patch) | |
tree | a9f1adbbf6c350ee9e602b6035d5baadc8205be8 /quantum/painter/qp_internal.c | |
parent | 164b7331c3b98165e49d38127bee366f9c545513 (diff) |
Created SH1107 driver for quantum painter (#24724)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Diffstat (limited to 'quantum/painter/qp_internal.c')
-rw-r--r-- | quantum/painter/qp_internal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/painter/qp_internal.c b/quantum/painter/qp_internal.c index 5097edfa07..24b881bd09 100644 --- a/quantum/painter/qp_internal.c +++ b/quantum/painter/qp_internal.c @@ -19,6 +19,7 @@ enum { + (GC9107_NUM_DEVICES) // GC9107 + (SSD1351_NUM_DEVICES) // SSD1351 + (SH1106_NUM_DEVICES) // SH1106 + + (SH1107_NUM_DEVICES) // SH1107 + (LD7032_NUM_DEVICES) // LD7032 }; |