Skip to content

Commit 6521722

Browse files
authored
Merge pull request #1168 from makermelissa/master
Fix GifDecoder Header name
2 parents 39ec2fa + ac82cd9 commit 6521722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Temperature_GIF_Player/Temperature_GIF_Player.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// please read credits at the bottom of file
22

33
#include <Adafruit_Arcada.h>
4-
#include "GifDecoder.h"
4+
#include <Arcada_GifDecoder.h>
55

66
/*************** Display setup */
77
Adafruit_Arcada arcada;

0 commit comments

Comments
 (0)