Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 559 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 559 Bytes

Unicorn-Hat-HD-Arduino

The goal of this library is to allow the Unicorn Hat HD to be controlled as if it were a 16x16 of NeoPixel or DotStar LEDs (or as if were a 256 LED strand).

Pixel 0 is in the top right corner below the Unicorn Hat HD silkscreen. Pixel 255 is in the bottom right corner.

Tested on an Adafruit Feather NRF52, but should work on most Arduino Compatible devices.

Adapted from this Gist: https://gist.github.com/emoryy/24899c8dee7112d62e4adfbdaaa4826a and the Adafruit NeoPixel Library: https://github.com/adafruit/Adafruit_NeoPixel.