From cb828dd8e7df6172b65745b9e15d1a162a57a93c Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Tue, 26 Sep 2017 23:32:30 +0100 Subject: [PATCH] remove INVERT_GS for SPFD5408 --- MCUFRIEND_kbv.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index 71c120c..a1f3b11 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -2036,7 +2036,8 @@ case 0x4532: // thanks Leodino // goto common_9320; case 0x5408: - _lcd_capable = 0 | REV_SCREEN | READ_BGR | INVERT_GS; + _lcd_capable = 0 | REV_SCREEN | READ_BGR; //Red 2.4" thanks jorgenv, Ardlab_Gent +// _lcd_capable = 0 | REV_SCREEN | READ_BGR | INVERT_GS; //Blue 2.8" might be different goto common_9320; case 0x1505: //R61505 thanks Ravi_kanchan2004. R61505V, R61505W different case 0x9320: