From 352d1e007c50be7a2e833afbaa7a0c904da9f564 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 15 Mar 2022 01:21:11 +0000 Subject: [PATCH] Update ILI9486_Init.h SW reset needed for RPi display --- TFT_Drivers/ILI9486_Init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TFT_Drivers/ILI9486_Init.h b/TFT_Drivers/ILI9486_Init.h index dc8fbfc..3ac74ac 100644 --- a/TFT_Drivers/ILI9486_Init.h +++ b/TFT_Drivers/ILI9486_Init.h @@ -8,8 +8,8 @@ { // From https://github.com/notro/fbtft/blob/master/fb_ili9486.c - //writecommand(0x01); // SW reset - //delay(120); + writecommand(0x01); // SW reset + delay(120); writecommand(0x11); // Sleep out, also SW reset delay(120);