Created SH1107 driver for quantum painter (#24724)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
164b7331c3
commit
c00b0c5bc9
6 changed files with 339 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue