fix: wakeDisplay() on start to fix warm start issue

If the application had turned off the display before exiting, it
wouldn't be brought on when the application restarted without a device
reboot.
This commit is contained in:
Cameron Fleming 2025-01-04 22:27:10 +00:00
parent d6e4df2109
commit 7e7310b176
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ func init() {
updateStaticContents()
displayInited = true
fmt.Println("display inited")
wakeDisplay()
requestDisplayUpdate()
}()