Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@

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

.. ifconfig:: CONFIG_part_variant in ('AM62LX')

.. note::

**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**
**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**


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

Check warning on line 175 in source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'is configured' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'is configured' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst", "range": {"start": {"line": 175, "column": 105}}}, "severity": "INFO"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
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

(Direct Rendering Manager) which has resulted in performance issues. To improve performance, the rendering mode
Comment on lines +175 to +176
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
(Direct Rendering Manager) which has resulted in performance issues. To improve performance, the rendering mode
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 Direct Rendering Manager
(DRM) which has resulted in performance issues. To improve performance, the rendering mode

needs to be changed from DRM to FB (framebuffer) rendering.

Check warning on line 177 in source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'be changed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'be changed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/linux/Demo_User_Guides/TI_LVGL_Demo_User_Guide.rst", "range": {"start": {"line": 177, "column": 16}}}, "severity": "INFO"}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
needs to be changed from DRM to FB (framebuffer) rendering.
needs to be changed from DRM to framebuffer (FB) rendering.


**********************
Using the TI LVGL Demo
Expand Down
Loading