1
0
Fork 0

[Driver] ILI9486 on Quantum Painter (#18521)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Pablo Martínez 2024-02-17 08:36:05 +01:00 committed by GitHub
parent 39627c7620
commit 5383335717
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 405 additions and 0 deletions

View file

@ -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