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