src: whitespace nit in boot.py

This commit is contained in:
Pavol Rusnak 2018-02-27 16:19:15 +01:00
parent d6563a213c
commit 2cf917e58d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 0 additions and 2 deletions

View File

@ -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()