Update components/text/lvgl.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
H. Árkosi Róbert 2024-05-10 09:07:20 +02:00 committed by GitHub
parent 29d034e88e
commit cbbf074cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ LVGL Text
The ``lvgl`` text platform creates an editable text component from an LVGL textarea widget
and requires :ref:`LVGL <lvgl-main>` to be configured.
Supported widget is :ref:`lvgl-wgt-txt`. A single text component supports
a single widget, thus you need to choose among which one's state you want to use.
Supported widget is :ref:`lvgl-wgt-txt`. A text component supports
only a single widget; it is not possible for multiple widgets to be associated with a single text component.
Configuration options: