Add basic README
This commit is contained in:
parent
9eef62547e
commit
b566518994
1 changed files with 11 additions and 0 deletions
11
README.rst
Normal file
11
README.rst
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
LED-tape based segment display
|
||||
==============================
|
||||
|
||||
This is a work-in-progress repository containing hard- and software source files for an 8-segment LED display based on
|
||||
cheap single-color LED tape. The display consists of one digit driver per display digit that receive power and
|
||||
transceive data through a two-wire powerline bus. This bus can support 10-50 digits depending on the size of the display
|
||||
(and thus current consumption). The bus is driven by a driver board that is in turn controlled through RS-485.
|
||||
|
||||
The hardware is mostly finalized and can be found in ``center`` (digit controller) and ``driver`` (bus driver). The
|
||||
firmware is still WIP and can be found in ``center_fw`` (digit controller), ``driver_fw`` (bus driver) and
|
||||
``common`` (common 8b10b implementation).
|
||||
Loading…
Add table
Add a link
Reference in a new issue