From 449226143a736006266df80cbe6fb05ca3243374 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Tue, 8 Oct 2024 09:24:31 +0200 Subject: [PATCH] added ILI9342 (from master) --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index ff90d0d1a..31595f658 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -725,8 +725,8 @@ void setup() #ifdef PORTDUINO if (settingsMap[displayPanel] != no_screen) { DisplayDriverConfig displayConfig; - static char *panels[] = {"NOSCREEN", "X11", "ST7789", "ST7735", "ST7735S", - "ST7796", "ILI9341", "ILI9486", "ILI9488", "HX8357D"}; + static char *panels[] = {"NOSCREEN", "X11", "ST7789", "ST7735", "ST7735S", "ST7796", + "ILI9341", "ILI9342", "ILI9486", "ILI9488", "HX8357D"}; static char *touch[] = {"NOTOUCH", "XPT2046", "STMPE610", "GT911", "FT5x06"}; #ifdef USE_X11 if (settingsMap[displayPanel] == x11) {