Skip to content

Commit f8dfd31

Browse files
committed
fix(linux): update LVGL demo performance issue
Add a note for LVGL demo to address the performnace issue present for releases 11.02.08.02 and 12.00.00.07.04. Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com>
1 parent 3b53eb4 commit f8dfd31

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ Launching the TI LVGL Demo
166166

167167
#. Launch the demo by typing `/usr/bin/lvglsim` into the UART command prompt.
168168

169+
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
170+
171+
.. note::
172+
173+
**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**
174+
175+
For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM
176+
(Direct Rendering Manager) which has resulted in performance issues. To improve performance, the rendering mode
177+
needs to be changed from DRM to FB (framebuffer) rendering.
169178

170179
**********************
171180
Using the TI LVGL Demo

0 commit comments

Comments
 (0)