[Driver] ILI9486 on Quantum Painter (#18521)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
39627c7620
commit
5383335717
8 changed files with 405 additions and 0 deletions
|
@ -509,6 +509,12 @@ int16_t qp_drawtext_recolor(painter_device_t device, uint16_t x, uint16_t y, pai
|
|||
# define ILI9341_NUM_DEVICES 0
|
||||
#endif // QUANTUM_PAINTER_ILI9341_ENABLE
|
||||
|
||||
#ifdef QUANTUM_PAINTER_ILI9486_ENABLE
|
||||
# include "qp_ili9486.h"
|
||||
#else // QUANTUM_PAINTER_ILI9486_ENABLE
|
||||
# define ILI9486_NUM_DEVICES 0
|
||||
#endif // QUANTUM_PAINTER_ILI9486_ENABLE
|
||||
|
||||
#ifdef QUANTUM_PAINTER_ILI9488_ENABLE
|
||||
# include "qp_ili9488.h"
|
||||
#else // QUANTUM_PAINTER_ILI9488_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue