diff --git a/TFT_config.h b/TFT_config.h index 6a042ab..c7f6e6a 100644 --- a/TFT_config.h +++ b/TFT_config.h @@ -78,9 +78,9 @@ #define TFT_RGB_ORDER TFT_RGB #endif -//#ifdef CONFIG_TFT_RGB_ORDER -// #define TFT_RGB_ORDER TFT_BGR -//#endif +#ifdef CONFIG_TFT_BGR_ORDER + #define TFT_RGB_ORDER TFT_BGR +#endif #ifdef CONFIG_TFT_M5STACK #define M5STACK