123456789101112131415161718192021222324252627282930313233343536 |
- Luma.LED_Matrix: Display drivers for MAX7219, WS2812, APA102
- ============================================================
- .. image:: https://github.com/rm-hull/luma.led_matrix/workflows/luma.led_matrix/badge.svg?branch=master
- :target: https://github.com/rm-hull/luma.led_matrix/actions?workflow=luma.led_matrix
- .. image:: https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master
- :target: https://coveralls.io/github/rm-hull/luma.led_matrix?branch=master
- .. image:: https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest
- :target: http://luma-led-matrix.readthedocs.io/en/latest/?badge=latest
- .. image:: https://img.shields.io/pypi/pyversions/luma.led_matrix.svg
- :target: https://pypi.python.org/pypi/luma.led_matrix
- .. image:: https://img.shields.io/pypi/v/luma.led_matrix.svg
- :target: https://pypi.python.org/pypi/luma.led_matrix
- .. image:: https://img.shields.io/pypi/dm/luma.led_matrix
- :target: https://pypi.python.org/project/luma.led_matrix
- .. image:: https://img.shields.io/maintenance/yes/2021.svg?maxAge=2592000
- .. toctree::
- :maxdepth: 2
- intro
- install
- python-usage
- api-documentation
- notes
- references
- .. include:: ../CONTRIBUTING.rst
- .. include:: ../CHANGES.rst
- .. include:: ../LICENSE.rst
|