Fixed sdkconfig rgb order not applied correctly

This commit is contained in:
2022-10-01 00:17:54 +02:00
parent b9f354f5bf
commit 61dd1b856c

View File

@@ -78,9 +78,9 @@
#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
#ifdef CONFIG_TFT_M5STACK #ifdef CONFIG_TFT_M5STACK
#define M5STACK #define M5STACK