diff --git a/hello_world/main.py b/hello_world/main.py index 7e87c24..82abdbd 100644 --- a/hello_world/main.py +++ b/hello_world/main.py @@ -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