Skip to content

danieltoms/UnicornHat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • C 54.3%
  • JavaScript 28.0%
  • C++ 7.6%
  • Python 7.0%
  • CSS 2.6%
  • Shell 0.4%
  • Makefile 0.1%