add Entry Mode Set = 06 for ILI9329 style

This commit is contained in:
prenticedavid
2016-03-17 21:45:39 +00:00
parent c0636583cf
commit 552ad32705

View File

@@ -1554,6 +1554,7 @@ void MCUFRIEND_kbv::begin(uint16_t ID)
0x28, 0, //Display Off 0x28, 0, //Display Off
// 0xF6, 3, 0x01, 0x01, 0x00, //Interface Control needs EXTC=1 MX_EOR=1, TM=0, RIM=0 // 0xF6, 3, 0x01, 0x01, 0x00, //Interface Control needs EXTC=1 MX_EOR=1, TM=0, RIM=0
0xB6, 3, 0x0A, 0x22, 0x27, //Display Function [0A 82 27] ILI9329: REV=0, SS=1 0xB6, 3, 0x0A, 0x22, 0x27, //Display Function [0A 82 27] ILI9329: REV=0, SS=1
0xB7, 1, 0x06, //Entry Mode Set [06]
0x11, 0, //Sleep Out 0x11, 0, //Sleep Out
TFTLCD_DELAY8, 150, TFTLCD_DELAY8, 150,
0x29, 0, //Display On 0x29, 0, //Display On