diff options
author | jaseg <git@jaseg.net> | 2019-04-19 23:51:07 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-04-19 23:52:04 +0900 |
commit | b566518994709a69dea41a3111a1700aeb601c8d (patch) | |
tree | 42951b16a96ef0949017b4f4aa7e2ef5fbdf3903 | |
parent | 9eef62547efdf8e18009b6d6d6b3f7c80bf64e13 (diff) | |
download | 8seg-b566518994709a69dea41a3111a1700aeb601c8d.tar.gz 8seg-b566518994709a69dea41a3111a1700aeb601c8d.tar.bz2 8seg-b566518994709a69dea41a3111a1700aeb601c8d.zip |
Add basic README
-rw-r--r-- | README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..6edcfcc --- /dev/null +++ b/README.rst @@ -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). |