Update ILI9486_Init.h

SW reset needed for RPi display
This commit is contained in:
Bodmer
2022-03-15 01:21:11 +00:00
committed by GitHub
parent 34d450dd90
commit 352d1e007c

View File

@@ -8,8 +8,8 @@
{ {
// From https://github.com/notro/fbtft/blob/master/fb_ili9486.c // From https://github.com/notro/fbtft/blob/master/fb_ili9486.c
//writecommand(0x01); // SW reset writecommand(0x01); // SW reset
//delay(120); delay(120);
writecommand(0x11); // Sleep out, also SW reset writecommand(0x11); // Sleep out, also SW reset
delay(120); delay(120);