From 83c08f6a2af65ddb2248239a643f8f1e682479a1 Mon Sep 17 00:00:00 2001 From: C47D Date: Tue, 7 Sep 2021 19:44:01 -0500 Subject: [PATCH] st7789: Remove unused symbols Removed `ST7789_DC` and `ST7789_RST` symbols as they are no longer used. --- lvgl_tft/st7789.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lvgl_tft/st7789.h b/lvgl_tft/st7789.h index 49411e8..8c29765 100644 --- a/lvgl_tft/st7789.h +++ b/lvgl_tft/st7789.h @@ -21,9 +21,6 @@ extern "C" #include "sdkconfig.h" -#define ST7789_DC CONFIG_LV_DISP_PIN_DC -#define ST7789_RST CONFIG_LV_DISP_PIN_RST - #if CONFIG_LV_DISP_USE_RST #if CONFIG_LV_DISP_ST7789_SOFT_RESET #define ST7789_SOFT_RST