Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.78 KB

examples.rst

File metadata and controls

63 lines (45 loc) · 1.78 KB

Simple test

Ensure your device works with this simple test.

../examples/is31fl3731_simpletest.py

Matrix Examples

Other examples working on matrix display.

../examples/is31fl3731_blink_example.py

../examples/is31fl3731_frame_example.py

../examples/is31fl3731_text_example.py

../examples/is31fl3731_wave_example.py

Pillow Examples

Examples that utilize the Python Imaging Library (Pillow) for use on (Linux) computers that are using CPython with Adafruit Blinka to support CircuitPython libraries. CircuitPython does not support PIL/pillow (python imaging library)!

../examples/is31fl3731_pillow_animated_gif.py

../examples/is31fl3731_pillow_marquee.py

../examples/is31fl3731_pillow_numbers.py

Colorful Examples

Example that works on the RGB Led Shim.

../examples/is31fl3731_ledshim_rainbow.py

Example that works on the RGB Matrix 5x5.

../examples/is31fl3731_rgbmatrix5x5_rainbow.py