summaryrefslogtreecommitdiff
path: root/bin/kasper_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/kasper_source.py')
-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():
119 while True: 119 while True:
120 OUTPUT = input() 120 OUTPUT = input()
121 print(OUTPUT) 121 print(OUTPUT)
122 lcd.display_text() 122 lcd.display_text(OUTPUT, 1)
123 sleep(2) 123 sleep(2)
124 124
125 125