12345678910111213141516171819202122232425262728293031323334 |
- alphasign API
- =============
- The alphasign package is a Python API for the
- `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.
- .. automodule:: alphasign
- :members:
- .. toctree::
- :maxdepth: 2
- charsets
- colors
- counters
- date
- devices
- extchars
- modes
- packet
- positions
- speeds
- string
- text
- time
- interfaces
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|