forked from Bodmer/TFT_eSPI
Update ILI9486_Init.h
SW reset needed for RPi display
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user