Skip to content

Commit

Permalink
add READ_NODUMMY. untested.
Browse files Browse the repository at this point in the history
  • Loading branch information
prenticedavid committed Sep 20, 2017
1 parent efa9eb1 commit 44dbd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCUFRIEND_kbv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44dbd6a

Please sign in to comment.