Skip to content

Gadgetoid/Gif2UnicornHat

 
 

Repository files navigation

Gif2UnicornHat

Plays 8x8 gifs on the Pimoroni UnicornHat.

#Installation#

##Install dependencies## sudo apt-get install build-essential git libgif-dev

##Clone and build Gif2UnicornHat##

cd ~
git clone --recursive https://github.com/SeanCline/Gif2UnicornHat.git
cd Gif2UnicornHat
make dependencies && make

#Usage#

Gif2UnicornHat takes a single argument -- an 8x8 gif to play on the UnicornHat:

sudo ./Gif2UnicornHat examples/loading.gif

About

Plays 8x8 gifs on the Pimoroni UnicornHat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • Makefile 6.7%