aboutsummaryrefslogtreecommitdiff
path: root/quantum/painter/qp.h
diff options
context:
space:
mode:
authorSteve Storck <steve973@gmail.com>2025-02-16 16:41:07 -0500
committerGitHub <noreply@github.com>2025-02-17 08:41:07 +1100
commitc00b0c5bc96b4cd5d096d3c8701e86be9aba4982 (patch)
treea9f1adbbf6c350ee9e602b6035d5baadc8205be8 /quantum/painter/qp.h
parent164b7331c3b98165e49d38127bee366f9c545513 (diff)
Created SH1107 driver for quantum painter (#24724)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Diffstat (limited to 'quantum/painter/qp.h')
-rw-r--r--quantum/painter/qp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/painter/qp.h b/quantum/painter/qp.h
index 3dc77b42cf..f7fdb02789 100644
--- a/quantum/painter/qp.h
+++ b/quantum/painter/qp.h
@@ -557,6 +557,12 @@ int16_t qp_drawtext_recolor(painter_device_t device, uint16_t x, uint16_t y, pai
# define SH1106_NUM_DEVICES 0
#endif // QUANTUM_PAINTER_SH1106_ENABLE
+#ifdef QUANTUM_PAINTER_SH1107_ENABLE
+# include "qp_sh1107.h"
+#else // QUANTUM_PAINTER_SH1107_ENABLE
+# define SH1107_NUM_DEVICES 0
+#endif // QUANTUM_PAINTER_SH1107_ENABLE
+
#ifdef QUANTUM_PAINTER_LD7032_ENABLE
# include "qp_ld7032.h"
#else // QUANTUM_PAINTER_LD7032_ENABLE