diff --git a/pride/main.py b/pride/main.py index 240fa44..f0954ee 100644 --- a/pride/main.py +++ b/pride/main.py @@ -37,15 +37,11 @@ for num, colour in enumerate(colours): width_loc = int(num * colour_width) ugfx.area(width_loc, 0, int(colour_width), 320, ugfx.html_color(colour)) -# Message to display -prefix_message = "Hi I'm" ugfx.set_default_font(ugfx.FONT_NAME) # Calc center of screen center = (int(ugfx.width() / 2), int(ugfx.height() / 2)) -# Can't use label since the background covers the flag -ugfx.text(50, center[1] + name_height, prefix_message, ugfx.WHITE) # Process name given_name = homescreen.name("Set your name in the settings app")