From 01726708ed486c0324bade3e5d6b08fd584b4e08 Mon Sep 17 00:00:00 2001 From: Joseph Chiocchi Date: Sun, 10 Nov 2024 13:39:02 -0600 Subject: [PATCH] Update lvgl.rst - Prevent burn-in of LCD recipe fix (#4300) --- cookbook/lvgl.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/cookbook/lvgl.rst b/cookbook/lvgl.rst index 07ec994a5..f45bd47ce 100644 --- a/cookbook/lvgl.rst +++ b/cookbook/lvgl.rst @@ -2204,7 +2204,6 @@ In the example below, pixel training is done four times for a half an hour every then: - lvgl.resume: - lvgl.widget.redraw: - - delay: 1s - lvgl.pause: show_snow: true turn_off_action: @@ -2214,8 +2213,6 @@ In the example below, pixel training is done four times for a half an hour every then: - lvgl.resume: - lvgl.widget.redraw: - - delay: 1s - - lvgl.pause: touchscreen: - platform: ...