Exit sleep mode
Exit sleep mode should not have been commented out
This commit is contained in:
parent
c2dcf25cc1
commit
2ab0bb6778
|
|
@ -12,7 +12,7 @@
|
||||||
{
|
{
|
||||||
17, // 17 commands follow
|
17, // 17 commands follow
|
||||||
0x01, 0 + TFT_INIT_DELAY, 120, // Software reset
|
0x01, 0 + TFT_INIT_DELAY, 120, // Software reset
|
||||||
//0x11, 0, // Exit sleep mode
|
0x11, 0, // Exit sleep mode
|
||||||
0x3A, 1, 0x05, // Set pixel format
|
0x3A, 1, 0x05, // Set pixel format
|
||||||
0x26, 1, 0x04, // Set Gamma curve
|
0x26, 1, 0x04, // Set Gamma curve
|
||||||
0xF2, 1, 0x01, // Gamma adjustment enabled
|
0xF2, 1, 0x01, // Gamma adjustment enabled
|
||||||
|
|
@ -34,4 +34,4 @@
|
||||||
|
|
||||||
commandList(ILI9163_cmds);
|
commandList(ILI9163_cmds);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue