GitXplorerGitXplorer
S

Gif2UnicornHat

public
11 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
1ea09513ba0ae41c84d4c7a39f417a6f426dd96f

Terminate the process within 500ms after a KeyboardInterrupt.

SSeanCline committed 2 years ago
Unverified
2bd4c5efe72726b02ebb4935f7e7e39d84bbdb9e

Update rpi_ws281x submodule.

SSeanCline committed 2 years ago
Unverified
33c391e229a185f9689e0831737e40adc658a5ce

Factor interrupt handler logic out of UnicornHat.

SSeanCline committed 4 years ago
Unverified
2398123ab6d41cad1df3094c5b9f9af8137eb2c0

Add a new `-d` option to specify Unicorn HAT HD.

SSeanCline committed 4 years ago
Unverified
69bb1a4d1f908554a0953f4cbd3ab317fd8f288d

Support orientation on the Unicorn HAT HD.

SSeanCline committed 4 years ago
Unverified
62dacf7ced5e7bc05924c1b3229791758affff6d

Automatically scale 8x8 Unicorn HAT gifs to 16x16 Unicorn HAT HD.

SSeanCline committed 4 years ago

README

The README file for this repository.

Gif2UnicornHat

Plays 8x8 gifs on the Pimoroni UnicornHat.

Installation

These instructions assume a fresh installation of Raspbian Stretch.

Install dependencies

sudo apt-get install build-essential git libgif-dev scons

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/star.gif