fix(display): move backlightTicker setup into screen setup goroutine

Signed-off-by: Cameron Fleming <cameron@nevexo.space>
This commit is contained in:
Cameron Fleming 2025-01-28 12:59:50 +00:00
parent a05df7a16b
commit 6445628114
1 changed files with 1 additions and 2 deletions

View File

@ -250,9 +250,8 @@ func init() {
fmt.Println("display inited")
wakeDisplay(false)
requestDisplayUpdate()
startBacklightTickers()
}()
startBacklightTickers()
go watchTsEvents()
}