diff options
author | Fernando Birra <fpb@fct.unl.pt> | 2024-06-04 23:41:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 08:41:26 +1000 |
commit | a82b0628b399c35bcdf70f14cabfa0bb27f86af8 (patch) | |
tree | 49c0378a5cd7ca6bb9ad0c601ef8aaa4c5db190c /quantum/painter/qp_internal.c | |
parent | 75d11e04215edc43eeef71756a23d7f46e66c459 (diff) |
GC9xxx LCD family drivers (GC9107 and GC9A01) (#23091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: jack <0x6A73@pm.me>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Co-authored-by: rookiebwoy <81021475+rookiebwoy@users.noreply.github.com>
Fixup boardsource/equals (#23106)
Fix make clean test:os_detection (#23112)
Fix make clean test:os_detection (#23112)"
Fixup boardsource/equals (#23106)"
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 1f0f981796..7d4a6430af 100644 --- a/quantum/painter/qp_internal.c +++ b/quantum/painter/qp_internal.c @@ -16,6 +16,7 @@ enum { + (ST7789_NUM_DEVICES) // ST7789 + (ST7735_NUM_DEVICES) // ST7735 + (GC9A01_NUM_DEVICES) // GC9A01 + + (GC9107_NUM_DEVICES) // GC9107 + (SSD1351_NUM_DEVICES) // SSD1351 + (SH1106_NUM_DEVICES) // SH1106 }; |