From 56aa42197d96e7fa0adb67ba5244bb82bf90f810 Mon Sep 17 00:00:00 2001 From: Peder Toftegaard Olsen Date: Fri, 2 May 2025 18:29:21 +0200 Subject: [PATCH] Fixed lint issue. --- display.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.go b/display.go index 028ad46..f4d2a94 100644 --- a/display.go +++ b/display.go @@ -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")