From 4ada7e90e269c18cfd99f20aa05dd36bbda6aaf6 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Thu, 21 Feb 2019 10:16:59 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 348fa9c..6fae973 100644 --- a/README.md +++ b/README.md @@ -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* \ No newline at end of file +* 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. \ No newline at end of file