From 1b9748da64281bc6fe5a808e744922ecc72fc6ba Mon Sep 17 00:00:00 2001 From: nasrlol Date: Wed, 13 Nov 2024 00:50:55 +0100 Subject: fixed the notes function output bug, only bug left fixeing the display doing funky --- bin/kasper_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/kasper_source.py') diff --git a/bin/kasper_source.py b/bin/kasper_source.py index e1110a1..8067997 100644 --- a/bin/kasper_source.py +++ b/bin/kasper_source.py @@ -119,7 +119,7 @@ def notes(): while True: OUTPUT = input() print(OUTPUT) - lcd.display_text() + lcd.display_text(OUTPUT, 1) sleep(2) -- cgit v1.2.3-70-g09d2