Update lvgl.rst

This commit is contained in:
H. Árkosi Róbert 2024-05-13 16:52:05 +02:00
parent 798058214a
commit d570317e45
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ Positioning with Flex layout
.. figure:: images/lvgl_cook_flex_layout.png
:align: center
This example illustrates a control panel for three covers, made up of labels and discrete buttons. Although a button matrix could also be suitable for this, you might still prefere full featured individual buttons, as they offer wider customization possibilities as seen in the :ref:`lvgl-cook-cover` example.
This example illustrates a control panel for three covers, made up of labels and discrete buttons. Although a button matrix could also be suitable for this, you might still prefer full featured individual buttons, as they offer wider customization possibilities as seen in the :ref:`lvgl-cook-cover` example.
.. code-block:: yaml