diff --git a/TFT_Drivers/ILI9163_Init.h b/TFT_Drivers/ILI9163_Init.h index 6640885..8c66464 100644 --- a/TFT_Drivers/ILI9163_Init.h +++ b/TFT_Drivers/ILI9163_Init.h @@ -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); -} \ No newline at end of file +}