hello world imports fixed

sammachin-gprs
Benjamin Boortz 2018-09-02 11:17:23 +01:00
parent 8053c115a6
commit 13ff1942a7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ugfx.init()
ugfx.clear()
# show text
ugfx.text(5, 5, "Hello World!", ugfx.BLACK)
ugfx.text(5, 5, "Hello World!!", ugfx.BLACK)
# waiting until a button has been pressed