[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
|
@ -11,6 +11,7 @@ enum {
|
|||
// NOTE: We intentionally do not include surfaces here, despite them conforming to the same API.
|
||||
QP_NUM_DEVICES = (ILI9163_NUM_DEVICES) // ILI9163
|
||||
+ (ILI9341_NUM_DEVICES) // ILI9341
|
||||
+ (ILI9486_NUM_DEVICES) // ILI9486
|
||||
+ (ILI9488_NUM_DEVICES) // ILI9488
|
||||
+ (ST7789_NUM_DEVICES) // ST7789
|
||||
+ (ST7735_NUM_DEVICES) // ST7735
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue