mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-04 13:14:46 +02:00
Exit sleep mode
Exit sleep mode should not have been commented out
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user