diff --git a/tasmota/tasmota_template.h b/tasmota/tasmota_template.h index 6db361c33..c7b901e26 100644 --- a/tasmota/tasmota_template.h +++ b/tasmota/tasmota_template.h @@ -471,10 +471,12 @@ const uint16_t kGpioNiceList[] PROGMEM = { #ifdef USE_DISPLAY_ILI9341 AGPIO(GPIO_ILI9341_CS), AGPIO(GPIO_ILI9341_DC), +#endif // USE_DISPLAY_ILI9341 + #ifdef USE_XPT2046 AGPIO(GPIO_XPT2046_CS), // XPT2046 SPI Chip Select #endif -#endif // USE_DISPLAY_ILI9341 + #ifdef USE_DISPLAY_ILI9488 AGPIO(GPIO_ILI9488_CS), #endif // USE_DISPLAY_ILI9488