index.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Luma.LED_Matrix: Display drivers for MAX7219, WS2812, APA102
  2. ============================================================
  3. .. image:: https://github.com/rm-hull/luma.led_matrix/workflows/luma.led_matrix/badge.svg?branch=master
  4. :target: https://github.com/rm-hull/luma.led_matrix/actions?workflow=luma.led_matrix
  5. .. image:: https://coveralls.io/repos/github/rm-hull/luma.led_matrix/badge.svg?branch=master
  6. :target: https://coveralls.io/github/rm-hull/luma.led_matrix?branch=master
  7. .. image:: https://readthedocs.org/projects/luma-led_matrix/badge/?version=latest
  8. :target: http://luma-led-matrix.readthedocs.io/en/latest/?badge=latest
  9. .. image:: https://img.shields.io/pypi/pyversions/luma.led_matrix.svg
  10. :target: https://pypi.python.org/pypi/luma.led_matrix
  11. .. image:: https://img.shields.io/pypi/v/luma.led_matrix.svg
  12. :target: https://pypi.python.org/pypi/luma.led_matrix
  13. .. image:: https://img.shields.io/pypi/dm/luma.led_matrix
  14. :target: https://pypi.python.org/project/luma.led_matrix
  15. .. image:: https://img.shields.io/maintenance/yes/2021.svg?maxAge=2592000
  16. .. toctree::
  17. :maxdepth: 2
  18. intro
  19. install
  20. python-usage
  21. api-documentation
  22. notes
  23. references
  24. .. include:: ../CONTRIBUTING.rst
  25. .. include:: ../CHANGES.rst
  26. .. include:: ../LICENSE.rst