Skip to content

Commit 10cc089

Browse files
committed
fix(display): move backlightTicker setup into screen setup goroutine
Signed-off-by: Cameron Fleming <[email protected]>
1 parent c3a0604 commit 10cc089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

display.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ func init() {
250250
fmt.Println("display inited")
251251
wakeDisplay(false)
252252
requestDisplayUpdate()
253+
startBacklightTickers()
253254
}()
254255

255-
startBacklightTickers()
256-
257256
go watchTsEvents()
258257
}

0 commit comments

Comments
 (0)