kopia lustrzana https://github.com/pimoroni/pimoroni-pico
fixed arg order bug
rodzic
4fc3095433
commit
cdb7b4bf2c
|
@ -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()
|
||||
|
|
Ładowanie…
Reference in New Issue