diff --git a/micropython/examples/inky_frame/inkylauncher/word_clock.py b/micropython/examples/inky_frame/inkylauncher/word_clock.py index b2e0fc2b..621a7e35 100644 --- a/micropython/examples/inky_frame/inkylauncher/word_clock.py +++ b/micropython/examples/inky_frame/inkylauncher/word_clock.py @@ -95,7 +95,7 @@ def draw(): y += line_space x = default_x - graphics.text(letter.upper(), x, y, 640, scale, spacing) + graphics.text(letter.upper(), x, y, 640, scale=scale, spacing=spacing) x += letter_space graphics.update()