This commit is contained in:
H. Árkosi Róbert 2024-05-13 11:45:12 +02:00
parent 7de1ae50f8
commit c1682e66ff
2 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ The layout configuration options are applied to any parent widget or page, influ
**Configuration variables:**
- **layout** (*Optional*, string): A dictionary describing the layout configuration:
- **type** (*Optional*, string): ``FLEX``, ``GRID`` or ``NONE``. Defaults to ``NONE``.
- **type** (*Optional*, string): ``flex``, ``grid`` or ``none``. Defaults to ``none``.
- Further options from below depending on the chosen type.
.. _lvgl-layouts-flex:

View File

@ -1585,7 +1585,7 @@ Wall mounted LCD screens' main problem is that they display the same picture 99.
One way to mitigate this is to *train* the pixels periodically with completely different other content. ``show_snow`` option during LVGL paused state was developed in this scope, to display random colored pixels across the entire screen in order to minimize screen burn-in, to relief the tension put on each individual pixel.
In the example below pixel training is done four times for a half an hour every night, can also be stopped by touching the screen.
In the example below, pixel training is done four times for a half an hour every night; it can be stopped by touching the screen.
.. code-block:: yaml