Fix #844
This commit is contained in:
parent
fd16a6066d
commit
4bb3712a04
|
|
@ -116,7 +116,7 @@
|
|||
#endif
|
||||
|
||||
// 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
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue