From 17dd6f9712063b652b2c9198129bd4928fb72867 Mon Sep 17 00:00:00 2001 From: Lewis He Date: Tue, 14 Nov 2023 03:54:43 +0800 Subject: [PATCH] Update Setup212_LilyGo_T_PicoPro Pins (#2969) * Added ST7796 gram offset * Added LilyGo-T-PicoPro setup * Fix ST7796 Compilation Warning * Added T-Beam-Shield User_Steup * Added boards setups * Update TPicoPro pins --- User_Setups/Setup212_LilyGo_T_PicoPro.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/User_Setups/Setup212_LilyGo_T_PicoPro.h b/User_Setups/Setup212_LilyGo_T_PicoPro.h index 404704b..6be1f3b 100644 --- a/User_Setups/Setup212_LilyGo_T_PicoPro.h +++ b/User_Setups/Setup212_LilyGo_T_PicoPro.h @@ -16,11 +16,11 @@ #define TFT_MISO 4 #define TFT_MOSI 7 #define TFT_SCLK 6 -#define TFT_CS 8 +#define TFT_CS 8 #define TFT_DC 9 -#define TFT_RST 10 +#define TFT_RST 16 #define TFT_BACKLIGHT_ON 1 -#define TFT_BL 11 +#define TFT_BL 10 #define LOAD_GLCD // Font 1. Original Adafruit 8 pixel font needs ~1820 bytes in FLASH