mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-14 09:02:14 +00:00
added ILI9488+ST7796
This commit is contained in:
parent
684295cfc2
commit
6652683a5e
@ -1 +1 @@
|
||||
Subproject commit f101f99c0304ba2dbf717ee2259bc3c5770c90f5
|
||||
Subproject commit 29894f8abb8fff763105fff42182411040723d30
|
@ -664,7 +664,7 @@ void setup()
|
||||
#ifdef PORTDUINO
|
||||
if (settingsMap[displayPanel] != no_screen) {
|
||||
DisplayDriverConfig displayConfig;
|
||||
char *panels[] = {"NOSCREEN", "ST7789", "ST7735", "ST7735S", "ILI9341", "HX8357D"};
|
||||
char *panels[] = {"NOSCREEN", "ST7789", "ST7735", "ST7735S", "ILI9341", "ILI9488", "ST7796", "HX8357D"};
|
||||
char *touch[] = {"NOTOUCH", "XPT2046", "STMPE610", "GT911", "FT5x06"};
|
||||
#ifdef USE_X11
|
||||
if (settingsMap[displayPanel] == no_screen /* x11 */) { // TODO: add x11 enum
|
||||
|
Loading…
Reference in New Issue
Block a user