Skip to content

Commit

Permalink
Adding in advanced examples previously missed out
Browse files Browse the repository at this point in the history
  • Loading branch information
9600 committed Nov 28, 2017
1 parent db4abb4 commit 3489203
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/advanced-examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Advanced Examples
=================

OLEDrgb
-------

Organic RGB LED module with a 96×64 pixel display capable of 16-bit color
resolution.

Analogue clock
^^^^^^^^^^^^^^

Display an analogue clock face with date and time.

.. literalinclude:: examples/OLEDrgb_Clock.py

Game of Life
^^^^^^^^^^^^

Conway's Game of Life.

.. literalinclude:: examples/OLEDrgb_Life.py

.. admonition:: Requirements

* PmodOLEDrgb connected to port JA

0 comments on commit 3489203

Please sign in to comment.