Python library to control and show led tables.
Project description
# ledtable
This Python library can be used to accompany the development of LEDTable software on the Arduino.
You can run
pip install ledtable
python -m ledtable.SerialLEDTable <ArduinoSerialPort> <baudrate>
Which opens the window that shows you LEDTable:
![](example.png)
It works under Python 2 and Python 3.
On the Arduino, the methods
LEDTable::printToSerial()
LEDTable::printPixelOrderToSerial()
can be used to update the LEDTable.
This Python library can be used to accompany the development of LEDTable software on the Arduino.
You can run
pip install ledtable
python -m ledtable.SerialLEDTable <ArduinoSerialPort> <baudrate>
Which opens the window that shows you LEDTable:
![](example.png)
It works under Python 2 and Python 3.
On the Arduino, the methods
LEDTable::printToSerial()
LEDTable::printPixelOrderToSerial()
can be used to update the LEDTable.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ledtable-0.0.2.zip
(8.8 kB
view hashes)
Built Distribution
ledtable-0.0.2.win32.exe
(202.5 kB
view hashes)