This commit is contained in:
Bodmer
2022-11-03 22:24:16 +00:00

View File

@@ -78,7 +78,7 @@
#define TFT_RGB_ORDER TFT_RGB #define TFT_RGB_ORDER TFT_RGB
#endif #endif
#ifdef CONFIG_TFT_RGB_ORDER #ifdef CONFIG_TFT_BGR_ORDER
#define TFT_RGB_ORDER TFT_BGR #define TFT_RGB_ORDER TFT_BGR
#endif #endif
@@ -223,9 +223,7 @@
// SPI BUS // SPI BUS
#else #else
#if CONFIG_TFT_MISO == -1 #if CONFIG_TFT_MISO != -1
#error "Invalid MISO pin. Check TFT_eSPI configuration"
#else
#define TFT_MISO CONFIG_TFT_MISO #define TFT_MISO CONFIG_TFT_MISO
#endif #endif