Unverified Commit 4bb3712a authored by Bodmer's avatar Bodmer Committed by GitHub

Fix #844

parent fd16a606
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
#endif #endif
// Invoke 18 bit colour for selected displays // Invoke 18 bit colour for selected displays
#if (defined (ILI9481_DRIVER) || defined (ILI9486_DRIVER) || defined (ILI9488_DRIVER)) && !defined (TFT_PARALLEL_8_BIT) #if (defined (ILI9481_DRIVER) || defined (ILI9486_DRIVER) || defined (ILI9488_DRIVER)) && !defined (TFT_PARALLEL_8_BIT) && !defined (ESP32_PARALLEL)
#define SPI_18BIT_DRIVER #define SPI_18BIT_DRIVER
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment