Update lvgl.rst

This commit is contained in:
H. Árkosi Róbert 2024-05-10 10:30:58 +02:00
parent f54b3601e6
commit e906760234
1 changed files with 1 additions and 2 deletions

View File

@ -562,8 +562,7 @@ A label is the basic widget type that is used to display text.
- ``lvgl.label.update`` :ref:`action <config-action>` updates the widget styles and properties from the specific options above, just like the :ref:`lvgl.widget.update <lvgl-objupd-act>` action is used for the common styles, states or flags.
- **text** (**Required**, :ref:`templatable <config-templatable>`, string): The ``text`` option in this action can contain static text, a :ref:`lambda <config-lambda>` outputting a string or can be formatted using ``printf``-style formatting (see :ref:`display-printf`).
- **format** (*Optional*, string): The format for the message in :ref:`printf-style <display-printf>`.
- **args** (*Optional*, list of :ref:`lambda <config-lambda>`): The optional arguments for the
format message.
- **args** (*Optional*, list of :ref:`lambda <config-lambda>`): The optional arguments for the format message.
**Example:**