Skip to content

Commit

Permalink
fix for backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Bank authored and Laurence Bank committed Jun 6, 2021
1 parent 342781d commit 7d02ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AnimatedGIF
version=1.4.0
version=1.4.1
author=Larry Bank
maintainer=Larry Bank
sentence=Universal GIF player for MCUs with at least 32K of RAM.
Expand Down
1 change: 1 addition & 0 deletions src/AnimatedGIF.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class AnimatedGIF
void close();
void reset();
void begin(unsigned char ucPaletteType = GIF_PALETTE_RGB565_LE);
void begin(int iEndian, unsigned char ucPaletteType) { begin(ucPaletteType); };
int playFrame(bool bSync, int *delayMilliseconds, void *pUser = NULL);
int getCanvasWidth();
int allocFrameBuf(GIF_ALLOC_CALLBACK *pfnAlloc);
Expand Down

0 comments on commit 7d02ae8

Please sign in to comment.