From 2ab0bb67784e7d2a1c8e1023ad6e12cf3130cc88 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 18 Apr 2017 17:36:35 +0100 Subject: [PATCH] Exit sleep mode Exit sleep mode should not have been commented out --- TFT_Drivers/ILI9163_Init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}