Skip to content

Commit 706ca07

Browse files
author
Louis Beaudoin
committed
GifMemory example - change unit for gif size to allow for larger gifs
1 parent 1873dfa commit 706ca07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/SmartMatrixGifMemory/SmartMatrixGifMemory.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
// add gif name and sizeof(gif) to the below lists
9393
const uint8_t * gifsList[] = { ucBadgers, homer_tiny };
94-
const uint16_t gifsSizeList[] = { sizeof(ucBadgers), sizeof(homer_tiny) };
94+
const int gifsSizeList[] = { sizeof(ucBadgers), sizeof(homer_tiny) };
9595

9696
#define DISPLAY_TIME_SECONDS 10
9797
#define NUMBER_FULL_CYCLES 100

0 commit comments

Comments
 (0)