Stop pointer error
This commit is contained in:
parent
2c6f1c70e4
commit
fbb07be73b
|
|
@ -38,7 +38,7 @@ void setup(void) {
|
||||||
tft.setRotation(1);
|
tft.setRotation(1);
|
||||||
tft.fillScreen(TFT_BLACK);
|
tft.fillScreen(TFT_BLACK);
|
||||||
|
|
||||||
imgPtr = img.createSprite(IWIDTH, IHEIGHT);
|
img.createSprite(IWIDTH, IHEIGHT);
|
||||||
img.fillSprite(TFT_BLACK);
|
img.fillSprite(TFT_BLACK);
|
||||||
|
|
||||||
targetTime = millis() + 1000;
|
targetTime = millis() + 1000;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue