allow args. README.
This commit is contained in:
parent
529262ea4d
commit
f10caa3918
7 changed files with 71 additions and 16 deletions
|
|
@ -9,7 +9,7 @@ import datetime
|
|||
import locale
|
||||
locale.setlocale(locale.LC_TIME, "de_DE.UTF-8")
|
||||
|
||||
def start(stop_event, text="Hello World!"):
|
||||
def start(stop_event, args):
|
||||
while not stop_event.is_set():
|
||||
image_buffer = lib.display.matrix.buffer()
|
||||
draw = ImageDraw.Draw(image_buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue