summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/kasper_source.py2
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)