Exit sleep mode

Exit sleep mode should not have been commented out
This commit is contained in:
Bodmer
2017-04-18 17:36:35 +01:00
committed by GitHub
parent c2dcf25cc1
commit 2ab0bb6778

View File

@@ -12,7 +12,7 @@
{
17, // 17 commands follow
0x01, 0 + TFT_INIT_DELAY, 120, // Software reset
//0x11, 0, // Exit sleep mode
0x11, 0, // Exit sleep mode
0x3A, 1, 0x05, // Set pixel format
0x26, 1, 0x04, // Set Gamma curve
0xF2, 1, 0x01, // Gamma adjustment enabled
@@ -34,4 +34,4 @@
commandList(ILI9163_cmds);
}
}