kopia lustrzana https://github.com/pimoroni/pimoroni-pico
changed title colours
rodzic
14af0fd646
commit
97f2232e07
|
@ -35,9 +35,9 @@ def launcher():
|
|||
graphics.clear()
|
||||
graphics.set_pen(0)
|
||||
|
||||
graphics.set_pen(0)
|
||||
graphics.rectangle(0, 0, WIDTH, 50)
|
||||
graphics.set_pen(5)
|
||||
graphics.rectangle(0, 0, WIDTH, 50)
|
||||
graphics.set_pen(0)
|
||||
len = graphics.measure_text("Launcher", 4) // 2
|
||||
graphics.text("Launcher", (WIDTH // 2 - len), 10, WIDTH, 4)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue