index.rst 665 B

12345678910111213141516171819202122232425262728293031323334
  1. alphasign API
  2. =============
  3. The alphasign package is a Python API for the
  4. `Alpha Communications Protocol <http://www.alpha-american.com/p-alpha-communications-protocol.html>`_. This is the protocol used by many LED signs, including the popular `Betabrite <http://www.betabrite.com>`_. This package provides a simple and powerful way to program those signs with Python.
  5. .. automodule:: alphasign
  6. :members:
  7. .. toctree::
  8. :maxdepth: 2
  9. charsets
  10. colors
  11. counters
  12. date
  13. devices
  14. extchars
  15. modes
  16. packet
  17. positions
  18. speeds
  19. string
  20. text
  21. time
  22. interfaces
  23. Indices and tables
  24. ==================
  25. * :ref:`genindex`
  26. * :ref:`modindex`
  27. * :ref:`search`