From dad692dfce5b97c352e0e9a4b072d1e29a4bd0de Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sat, 9 Jul 2022 23:39:49 +0200 Subject: [PATCH] Fix warning --- TFT_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TFT_config.h b/TFT_config.h index 5173519..6a042ab 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_RGB_ORDER +// #define TFT_RGB_ORDER TFT_BGR +//#endif #ifdef CONFIG_TFT_M5STACK #define M5STACK