This commit is contained in:
prenticedavid
2016-06-07 18:42:26 +01:00
parent 851da79665
commit cdcbcd0ef5

View File

@@ -309,7 +309,7 @@ void MCUFRIEND_kbv::setRotation(uint8_t r)
goto common_MC;
} else if (is8347) {
_MC = 0x02, _MP = 0x06, _MW = 0x22, _SC = 0x02, _EC = 0x04, _SP = 0x06, _EP = 0x08;
if (_ld_ID == 0x5252) {
if (_lcd_ID == 0x5252) {
val |= 0x02; //VERT_SCROLLON
if (val & 0x10) val |= 0x04; //if (ML) SS=1 kludge mirror in XXX_REV modes
}