invertDisplay for ILI9225

This commit is contained in:
prenticedavid
2017-07-07 18:11:26 +01:00
parent 171b0dba8f
commit 08d6779ced

View File

@@ -780,6 +780,7 @@ void MCUFRIEND_kbv::invertDisplay(boolean i)
#ifdef SUPPORT_0139
case 0x0139:
#endif
case 0x9225: //REV is in reg(0x07) like Samsung
case 0x0154:
WriteCmdData(0x07, 0x13 | (_lcd_rev << 2)); //.kbv kludge
break;