Stop pointer error

This commit is contained in:
Bodmer 2017-11-15 22:38:57 +00:00 committed by GitHub
parent 2c6f1c70e4
commit fbb07be73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void setup(void) {
tft.setRotation(1);
tft.fillScreen(TFT_BLACK);
imgPtr = img.createSprite(IWIDTH, IHEIGHT);
img.createSprite(IWIDTH, IHEIGHT);
img.fillSprite(TFT_BLACK);
targetTime = millis() + 1000;