feat(core): smaller debug square on T1

[no changelog]
pull/2116/head
Martin Milata 4 years ago committed by matejcik
parent bea696dfc9
commit 7271606ca2

@ -40,7 +40,8 @@ if __debug__:
from apps.debug import screenshot
if not screenshot():
display.bar(Display.WIDTH - 8, 0, 8, 8, 0xF800)
side = Display.WIDTH // 30
display.bar(Display.WIDTH - side, 0, side, side, 0xF800)
display.refresh()

Loading…
Cancel
Save