Skip to content

Commit

Permalink
📝 fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
s-light committed Dec 4, 2018
1 parent 0387643 commit 33dfe19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Simple test

Ensure your device works with this simple test.

.. literalinclude:: ../examples/tlc5957_simpletest.py
:caption: examples/tlc5957_simpletest.py
.. literalinclude:: ../examples/slight_tlc5957_simpletest.py
:caption: examples/slight_tlc5957_simpletest.py
:linenos:


Expand All @@ -14,8 +14,8 @@ Simple HW test
This example lights up every LED after each other.
Its great for production testing your boards.

.. literalinclude:: ../examples/pixel_checker.py
:caption: examples/pixel_checker.py
.. literalinclude:: ../examples/slight_tlc5957_pixel_checker.py
:caption: examples/slight_tlc5957_pixel_checker.py
:linenos:


Expand All @@ -24,15 +24,15 @@ TLC5957 with FancyLED

Example how to combine TLC5957 with FancyLED.

.. literalinclude:: ../examples/tlc5957_fancyled.py
:caption: examples/tlc5957_fancyled.py
.. literalinclude:: ../examples/slight_tlc5957_fancyled.py
:caption: examples/slight_tlc5957_fancyled.py
:linenos:

TLC5957 with custom 2D-Array mapping
------------------------------------------

Example how to create a pixel-mapping with TLC5957.

.. literalinclude:: ../examples/tlc5957_2d_array.py
:caption: examples/tlc5957_2d_array.py
.. literalinclude:: ../examples/slight_tlc5957_2d_array.py
:caption: examples/slight_tlc5957_2d_array.py
:linenos:

0 comments on commit 33dfe19

Please sign in to comment.