From 33dfe190b036acc2e58112675cd44c50c34062c5 Mon Sep 17 00:00:00 2001 From: s-light <github@s-light.eu> Date: Tue, 4 Dec 2018 21:31:50 +0100 Subject: [PATCH] :memo: fixed doc --- docs/examples.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index ab89c56..ea8c329 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -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: @@ -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: @@ -24,8 +24,8 @@ 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 @@ -33,6 +33,6 @@ 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: