examples.rst
1 Simple test 2 ------------ 3 4 Ensure your device works with this simple test. 5 6 .. literalinclude:: ../examples/ht16k33_matrix_simpletest.py 7 :caption: examples/ht16k33_matrix_simpletest.py 8 :linenos: 9 10 .. literalinclude:: ../examples/ht16k33_segments_simpletest.py 11 :caption: examples/ht16k33_segments_simpletest.py 12 :linenos: 13 14 .. literalinclude:: ../examples/ht16k33_bicolor24_simpletest.py 15 :caption: examples/ht16k33_bicolor24_simpletest.py 16 :linenos: 17 18 .. literalinclude:: ../examples/ht16k33_matrix_pillow_image.py 19 :caption: examples/ht16k33_matrix_pillow_image.py 20 :linenos: 21 22 .. literalinclude:: ../examples/ht16k33_animation_demo.py 23 :caption: examples/ht16k33_animation_demo.py 24 :linenos: