From 580dbca2b58b55c68d837472577272bde5870508 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 13 Feb 2019 19:44:06 +0100 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3141c94..348fa9c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# wordclock +# Arduino Wordclock Project +This wordclock in generally works as the thousands of other DIY projects, I just added some features mostly based on separating all LEDs to use them as 8x5 segment display. + +## hardware used +* Ardunio Nano +* WS2812B LED strip (121 LEDs) +* DS3231 RTC with AT24C32 eeprom +* push buttons (5x) + +## modes +* wordclock *german layout in three text modes* +* temperature (based on the DS3232 tempeature feature) +* 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