mirror of
https://github.com/thelastoutpostworkshop/ESP32ManyRoundScreenTest.git
synced 2025-09-26 23:09:22 +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);
|
||||
}
|
||||
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();
|
||||
digitalWrite(CS_PINS[screenIndex], HIGH); // Deselect the display
|
||||
|
Loading…
Reference in New Issue
Block a user