Skip to content

Commit

Permalink
quick workaround to clear the display
Browse files Browse the repository at this point in the history
  • Loading branch information
josuah committed Oct 26, 2023
1 parent 4c16848 commit 5ff0517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def show(*args):


def clear():
show()
show(Text('.', 0, 0, 0x000000))

0 comments on commit 5ff0517

Please sign in to comment.