Unverified Commit c6bcfa9d authored by Bodmer's avatar Bodmer Committed by GitHub

Update iaw #2341

16 bit SPI shown to work with ILI9486
parent d6064fe1
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
// Invoke 18 bit colour for selected displays // Invoke 18 bit colour for selected displays
#if !defined (RPI_DISPLAY_TYPE) && !defined (TFT_PARALLEL_8_BIT) && !defined (TFT_PARALLEL_16_BIT) && !defined (ESP32_PARALLEL) #if !defined (RPI_DISPLAY_TYPE) && !defined (TFT_PARALLEL_8_BIT) && !defined (TFT_PARALLEL_16_BIT) && !defined (ESP32_PARALLEL)
#if defined (ILI9481_DRIVER) || defined (ILI9486_DRIVER) || defined (ILI9488_DRIVER) #if defined (ILI9481_DRIVER) || defined (ILI9488_DRIVER)
#define SPI_18BIT_DRIVER #define SPI_18BIT_DRIVER
#endif #endif
#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