mirror of
https://github.com/thelastoutpostworkshop/ESP32ManyRoundScreenTest.git
synced 2025-11-04 14:49:41 +08:00
Gif Error message
This commit is contained in:
parent
1291839283
commit
231e81aeb7
@ -89,7 +89,7 @@ void playGif(AnimatedGIF *gif, int screenIndex)
|
|||||||
gif->playFrame(false, NULL);
|
gif->playFrame(false, NULL);
|
||||||
}
|
}
|
||||||
if(res == -1) {
|
if(res == -1) {
|
||||||
Serial.printf("Gif Error = %d \n",gif->getLastError());
|
Serial.printf("Gif Error = %d on screen %d\n",gif->getLastError(),screenIndex);
|
||||||
}
|
}
|
||||||
tft.endWrite();
|
tft.endWrite();
|
||||||
digitalWrite(CS_PINS[screenIndex], HIGH); // Deselect the display
|
digitalWrite(CS_PINS[screenIndex], HIGH); // Deselect the display
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user