Skip to content

Files

Latest commit

 

History

History
27 lines (18 loc) · 606 Bytes

examples.rst

File metadata and controls

27 lines (18 loc) · 606 Bytes

Simple test

Ensure your device works with this simple test.

.. literalinclude:: ../examples/si1145_simpletest.py
    :caption: examples/si1145_simpletest.py
    :linenos:

Test Gains

Test the different gain settings of the sensor.

.. literalinclude:: ../examples/si1145_test_gains.py
    :caption: examples/si1145_test_gains.py
    :linenos:


DisplayIO Simpletest

This is a simple test for boards with built-in display.

.. literalinclude:: ../examples/si1145_displayio_simpletest.py
    :caption: examples/si1145_displayio_simpletest.py
    :linenos: