Skip to content

kevocl/UnicornHat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 54.3%
  • JavaScript 27.3%
  • Python 7.4%
  • C++ 7.4%
  • CSS 2.5%
  • Ruby 0.5%
  • Other 0.6%