diff options
author | jaseg <git@jaseg.net> | 2018-01-05 12:32:21 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-01-05 12:32:21 +0100 |
commit | 6d5c101e2fa717f2c8b55e628feb4678e4e8f262 (patch) | |
tree | 36f9f6eba4c5c4b84c0787d7a6273d15431783c1 | |
parent | c2e293d976f37784a22f552ce1562dcb3bc8345a (diff) | |
download | 7seg-6d5c101e2fa717f2c8b55e628feb4678e4e8f262.tar.gz 7seg-6d5c101e2fa717f2c8b55e628feb4678e4e8f262.tar.bz2 7seg-6d5c101e2fa717f2c8b55e628feb4678e4e8f262.zip |
Add global 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..659eef0 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +Megumin LED display +=================== + +This repository contains schematics, firmware, host controller code and board +layouts for driving of hundreds of 7-segment displays. The firmware and some +basic host software may be found in the fw directory. The hardware design files +may be found in the hw directory. + +This system uses a somewhat involved LED modulation technique. For details on +that have a look at the README.rst in the fw directory as well as the +well-documented code in fw/display.c. |