Skip to content

C library, C example and Python wrapper for driving ws2812 pixels from the Raspberry Pi

License

Notifications You must be signed in to change notification settings

quincerly/unicorn-hat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicorn Hat + WS2812 Python Modules & Examples

Here you'll find everything you need to start lighting up your UnicornHat in python.

Python users should probably ignore most of this repository and just:

Full install for beginners:

\curl -sS get.pimoroni.com/unicornhat | bash

Python 3 ( idle3 ):

sudo apt-get install python3-pip python3-dev
sudo pip-3.2 install unicornhat

Python 2 ( idle ):

sudo apt-get install python-pip python-dev
sudo pip install unicornhat

Then proceed to python/examples.

RaspberryPi-NeoPixel-WS2812

This library is based upon a modified version of the ws2812 C driver from: https://github.com/626Pilot/RaspberryPi-NeoPixel-WS2812

About

C library, C example and Python wrapper for driving ws2812 pixels from the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.7%
  • JavaScript 16.4%
  • Python 8.2%
  • C++ 4.9%
  • CSS 1.5%
  • HTML 1.2%
  • Other 1.1%