Update lvgl.rst - Prevent burn-in of LCD recipe fix (#4300)

This commit is contained in:
Joseph Chiocchi 2024-11-10 13:39:02 -06:00 committed by GitHub
parent 9c56cb86cf
commit 01726708ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: ...