Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Updated READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 11, 2014
1 parent dee8994 commit e04a10e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
UnicornHat + WS2812 Python Modules & Examples
=============================================
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:

pip install UnicornHat

Then process to python/examples.
Then proceed to python/examples.


RaspberryPi-NeoPixel-WS2812
Expand Down
26 changes: 26 additions & 0 deletions python/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Unicorn Hat Examples
====================

simple.py
---------

Sets each pixel in turn and updates the display.

rainbow.py
----------

Demonstrates the use of colorsys to animate through colour hues.

show_png.py
-----------

Shows how you can open and display a PNG image file, great for sprite animations.

** Requirements: **

sudo pip install pillow

clock.py
--------

Uses graphics.py and shows how you can, but probably shouldn't, display an analogue clock on Unicorn Hat!

0 comments on commit e04a10e

Please sign in to comment.