diff --git a/modules/display.py b/modules/display.py index 5d98e35e..5673a27f 100644 --- a/modules/display.py +++ b/modules/display.py @@ -64,4 +64,4 @@ def show(*args): def clear(): - show() + show(Text('.', 0, 0, 0x000000))