diff options
| -rw-r--r-- | bin/kasper_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
