diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-13 00:50:55 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-13 00:50:55 +0100 |
| commit | 1b9748da64281bc6fe5a808e744922ecc72fc6ba (patch) | |
| tree | 1c6ace35677bfec472c65a471931df3d2058967c | |
| parent | 924cde73d031e0019ca364c97f1d3d291fc0b98e (diff) | |
fixed the notes function output bug, only bug left fixeing the display doing funky
| -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) |
