Stop pointer error

This commit is contained in:
Bodmer
2017-11-15 22:38:57 +00:00
committed by GitHub
parent 2c6f1c70e4
commit fbb07be73b

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;