wasp: demo: Power up the display before launching the demo
This commit is contained in:
parent
1d8b900d40
commit
5489437f78
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue