From 73585ae26d762064b941d3f2d65e91306f0e7646 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Wed, 21 Apr 2021 17:45:50 +0200 Subject: [PATCH] Update xdsp_08_ILI9488.ino --- tasmota/xdsp_08_ILI9488.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/xdsp_08_ILI9488.ino b/tasmota/xdsp_08_ILI9488.ino index 9c47ac7bd..40f6a5fe9 100644 --- a/tasmota/xdsp_08_ILI9488.ino +++ b/tasmota/xdsp_08_ILI9488.ino @@ -20,6 +20,7 @@ #ifdef USE_SPI #ifdef USE_DISPLAY #ifdef USE_DISPLAY_ILI9488 +#ifdef USE_UNIVERSAL_DISPLAY #define XDSP_08 8 @@ -104,6 +105,7 @@ bool Xdsp08(uint8_t function) return result; } +#endif // USE_UNIVERSAL_DISPLAY #endif // USE_DISPLAY_ILI9488 #endif // USE_DISPLAY #endif // USE_SPI