From 2cf917e58d867a0a5361065f57a9e9f609ca72c1 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 27 Feb 2018 16:19:15 +0100 Subject: [PATCH] src: whitespace nit in boot.py --- src/boot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/boot.py b/src/boot.py index 8197e41d..cbef66ae 100644 --- a/src/boot.py +++ b/src/boot.py @@ -38,11 +38,9 @@ async def lockscreen(): ui.display.bar_radius(42, 102, 156, 36, ui.BG, ui.TITLE_GREY, 4) ui.display.text_center(120, 128, 'Locked', ui.BOLD, ui.TITLE_GREY, ui.BG) - ui.display.text_center(130, 220, 'Tap to unlock', ui.BOLD, ui.TITLE_GREY, ui.BG) ui.display.icon(45, 202, res.load(ui.ICON_CLICK), ui.TITLE_GREY, ui.BG) - await ui.backlight_slide(ui.BACKLIGHT_NORMAL) await ui.click()