From 9a84fb156b7c6048fa8b335f3a9bbe2cf4315489 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 3 Oct 2019 23:53:43 +0100 Subject: [PATCH] Fix #424 --- examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino b/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino index 0e3654e..4d5d4e7 100644 --- a/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino +++ b/examples/Generic/ESP8266_uncannyEyes/ESP8266_uncannyEyes.ino @@ -141,7 +141,7 @@ void drawEye( // Renders one eye. Inputs must be pre-clipped & valid. // reset on each frame here in case of an SPI glitch. //eye[e].tft.setAddrWindow(319-127, 0, 319, 127); - eye[e].tft.setAddrWindow(0, 0, 127, 127); + eye[e].tft.setAddrWindow(0, 0, 128, 128); //digitalWrite(eye[e].cs, LOW); // Chip select