From ccca83b018e77867cfb499422ee10e7ffd76abc8 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 13 Apr 2023 17:25:26 +0100 Subject: [PATCH] GC9A01 is 240x240 maximum --- TFT_Drivers/GC9A01_Defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFT_Drivers/GC9A01_Defines.h b/TFT_Drivers/GC9A01_Defines.h index b6c5648..81e3515 100644 --- a/TFT_Drivers/GC9A01_Defines.h +++ b/TFT_Drivers/GC9A01_Defines.h @@ -4,7 +4,7 @@ #define TFT_WIDTH 240 #endif #ifndef TFT_HEIGHT - #define TFT_HEIGHT 320 + #define TFT_HEIGHT 240 #endif // Delay between some initialisation commands