From 20cdb22999ac66eba152ed6c9baeb520d5e6a0ce Mon Sep 17 00:00:00 2001 From: lovyan03 <42724151+lovyan03@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:32:22 +0900 Subject: [PATCH] tweak initialize commands for GC9A01 & GC9107 --- src/lgfx/v1/panel/Panel_GC9A01.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lgfx/v1/panel/Panel_GC9A01.hpp b/src/lgfx/v1/panel/Panel_GC9A01.hpp index 3f50bf73..bc21aa5f 100644 --- a/src/lgfx/v1/panel/Panel_GC9A01.hpp +++ b/src/lgfx/v1/panel/Panel_GC9A01.hpp @@ -139,9 +139,8 @@ namespace lgfx 0x74, 7, 0x10, 0x68, 0x80, 0x00, 0x00, 0x4E, 0x00, 0x98, 2, 0x3e, 0x07, 0x35, 1, 0x00, // Tearing Effect Line ON - 0x21, 0, 0x11, 0+CMD_INIT_DELAY, 120, - 0x29, 0+CMD_INIT_DELAY, 20, + 0x29, 0, 0xFF,0xFF, // end }; switch (listno) { @@ -187,9 +186,8 @@ namespace lgfx 0xC7, 1, 0x18, 0xF0, 14, 0x1F,0x28,0x04,0x3E,0x2A,0x2E,0x20,0x00,0x0C,0x06,0x00,0x1C,0x1F,0x0f, 0xF1, 14, 0X00,0X2D,0X2F,0X3C,0X6F,0X1C,0X0B,0X00,0X00,0X00,0X07,0X0D,0X11,0X0f, - 0x21, 0+CMD_INIT_DELAY, 120, 0x11, 0+CMD_INIT_DELAY, 120, - 0x29, 0+CMD_INIT_DELAY, 120, + 0x29, 0, 0xFF,0xFF, // end }; switch (listno) {