Add ST7735 driver to Quantum Painter (#17848)
This commit is contained in:
parent
09ea5f6337
commit
2bdd73f801
6 changed files with 264 additions and 2 deletions
|
@ -448,6 +448,10 @@ int16_t qp_drawtext_recolor(painter_device_t device, uint16_t x, uint16_t y, pai
|
|||
# include "qp_st7789.h"
|
||||
#endif // QUANTUM_PAINTER_ST7789_ENABLE
|
||||
|
||||
#ifdef QUANTUM_PAINTER_ST7735_ENABLE
|
||||
# include "qp_st7735.h"
|
||||
#endif // QUANTUM_PAINTER_ST7735_ENABLE
|
||||
|
||||
#ifdef QUANTUM_PAINTER_GC9A01_ENABLE
|
||||
# include "qp_gc9a01.h"
|
||||
#endif // QUANTUM_PAINTER_GC9A01_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue