From 44dbd6a39755e9fbe1eab2f5e4560380c89cb2bd Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Wed, 20 Sep 2017 22:21:52 +0100 Subject: [PATCH] add READ_NODUMMY. untested. --- MCUFRIEND_kbv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCUFRIEND_kbv.cpp b/MCUFRIEND_kbv.cpp index 9d21d21..71c120c 100644 --- a/MCUFRIEND_kbv.cpp +++ b/MCUFRIEND_kbv.cpp @@ -1075,7 +1075,7 @@ void MCUFRIEND_kbv::begin(uint16_t ID) #ifdef SUPPORT_1580 case 0x1580: - _lcd_capable = 0 | REV_SCREEN | READ_BGR | INVERT_GS; //thanks vanhan123 + _lcd_capable = 0 | REV_SCREEN | READ_BGR | INVERT_GS | READ_NODUMMY; //thanks vanhan123 static const uint16_t R61580_regValues[] PROGMEM = { //from MCHIP Graphics Lib drvTFT001.c // Synchronization after reset TFTLCD_DELAY, 2,