wasp: demo: Power up the display before launching the demo

This commit is contained in:
Daniel Thompson 2020-02-04 08:44:21 +00:00
parent 1d8b900d40
commit 5489437f78

View file

@ -28,6 +28,9 @@ def run():
l = logo.pine64
i = 0
watch.display.poweron()
watch.backlight.set(2)
while True:
for c in colors:
if i < 5: