Unverified Commit fbb07be7 authored by Bodmer's avatar Bodmer Committed by GitHub

Stop pointer error

parent 2c6f1c70
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment