Adapt for new setAddrWindow parameters

This commit is contained in:
Bodmer 2019-02-18 01:21:26 +00:00 committed by GitHub
parent e17ba463c9
commit 13f0589aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. // reset on each frame here in case of an SPI glitch.
//eye[e].tft.setAddrWindow(319-127, 0, 319, 127); //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 //digitalWrite(eye[e].cs, LOW); // Chip select