c7e11d6020
This is useful for battery run-down testing and so on.
10 lines
163 B
Python
10 lines
163 B
Python
import logo
|
|
import watch
|
|
import time
|
|
|
|
# Splash screen
|
|
watch.display.rleblit(logo.pine64, fg=0xffff)
|
|
|
|
time.sleep(5)
|
|
watch.backlight.set(0)
|
|
watch.display.poweroff()
|