Update xdsp_08_ILI9488.ino

This commit is contained in:
gemu2015 2021-04-21 17:45:50 +02:00
parent 27c46d30a2
commit 73585ae26d
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifdef USE_SPI #ifdef USE_SPI
#ifdef USE_DISPLAY #ifdef USE_DISPLAY
#ifdef USE_DISPLAY_ILI9488 #ifdef USE_DISPLAY_ILI9488
#ifdef USE_UNIVERSAL_DISPLAY
#define XDSP_08 8 #define XDSP_08 8
@ -104,6 +105,7 @@ bool Xdsp08(uint8_t function)
return result; return result;
} }
#endif // USE_UNIVERSAL_DISPLAY
#endif // USE_DISPLAY_ILI9488 #endif // USE_DISPLAY_ILI9488
#endif // USE_DISPLAY #endif // USE_DISPLAY
#endif // USE_SPI #endif // USE_SPI