mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-02 12:14:40 +02:00
Stop pointer error
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user