setup screen

This commit is contained in:
Manuel
2025-10-28 21:03:02 +01:00
parent 84ea6c042a
commit 4cd4d229e2

View File

@@ -1156,7 +1156,7 @@ void setup()
// the current region name)
#if defined(ST7701_CS) || defined(ST7735_CS) || defined(USE_EINK) || defined(ILI9341_DRIVER) || defined(ILI9342_DRIVER) || \
defined(ST7789_CS) || defined(HX8357_CS) || defined(USE_ST7789) || defined(ILI9488_CS) || defined(ST7796_CS) || \
defined(USE_SPISSD1306)
defined(USE_SPISSD1306) || defined(USE_EPD)
if (screen)
screen->setup();
#elif defined(ARCH_PORTDUINO)