Skip to content

Commit ac82cd9

Browse files
committed
Fix GifDecoder Header name
1 parent 39ec2fa commit ac82cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Temperature_GIF_Player/Temperature_GIF_Player.ino

+1-1
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)