16 bit SPI shown to work with ILI9486
This commit is contained in:
Bodmer 2023-01-22 00:10:50 +00:00 committed by GitHub
parent d6064fe141
commit c6bcfa9db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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