Update 'README.md'

This commit is contained in:
Lurkars 2019-02-21 10:16:59 +01:00
parent 580dbca2b5
commit 4ada7e90e2
1 changed files with 5 additions and 1 deletions

View File

@ -14,4 +14,8 @@ This wordclock in generally works as the thousands of other DIY projects, I just
* seconds
* date *dd.mm.yyyy as running text*
* text *256 chars to be set as running text*
* LED mode *just demo to test all LEDs and set color*
* LED mode *just demo to test all LEDs and set color*
## initial eeprom setup
Due to lack of memory on Arduino Nano the 8x5 ASCII table must be written to the AT24C32 eeeprom. Threfore the ascii_memory sketch (located in it's folder) should be uploaded first to update the eeprom. Once this done the wordclock sketch can be uploaded.