Skip to content

Commit

Permalink
tweak initialize commands for GC9A01 & GC9107
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Oct 5, 2023
1 parent b5be7d7 commit 20cdb22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lgfx/v1/panel/Panel_GC9A01.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 20cdb22

Please sign in to comment.