Compare commits

...

2 Commits

Author SHA1 Message Date
Peder Toftegaard Olsen cc27d12d09
Merge 56aa42197d into d79f359c43 2025-05-02 16:29:29 +00:00
Peder Toftegaard Olsen 56aa42197d Fixed lint issue. 2025-05-02 18:29:21 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ func init() {
waitCtrlClientConnected()
displayLogger.Info().Msg("setting initial display contents")
time.Sleep(500 * time.Millisecond)
lvDispSetRotation(config.DisplayRotation)
_, _ = lvDispSetRotation(config.DisplayRotation)
updateStaticContents()
displayInited = true
displayLogger.Info().Msg("display inited")