From db4473ff5e0b7b95a1751fc1728abf9fe67200d5 Mon Sep 17 00:00:00 2001 From: thirdr Date: Mon, 19 Dec 2022 14:17:01 +0000 Subject: [PATCH] adjusted grid layout --- micropython/examples/inky_frame/inkylauncher/word_clock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/micropython/examples/inky_frame/inkylauncher/word_clock.py b/micropython/examples/inky_frame/inkylauncher/word_clock.py index c7cea80f..d158823b 100644 --- a/micropython/examples/inky_frame/inkylauncher/word_clock.py +++ b/micropython/examples/inky_frame/inkylauncher/word_clock.py @@ -7,8 +7,8 @@ graphics = None rtc = machine.RTC() time_string = None -words = ["it", "dx", "is", "mn", "about", "lve", "quarter", "c", "half", "to", "ou", "past", "n", "one", - "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "r", "O'Clock"] +words = ["it", "d", "is", "m", "about", "l", "half", "c", "quarter", "b", "to", "u", "past", "n", "one", + "two", "three", "four", "five", "six", "eleven", "ten", "nine", "eight", "seven", "rm", "twelve", "rt", "O'Clock", "q"] def approx_time(hours, minutes):