mirror of https://github.com/arendst/Tasmota.git
Update xdsp_08_ILI9488.ino
This commit is contained in:
parent
27c46d30a2
commit
73585ae26d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue