docs(intro): fix typo (#7812)
This commit is contained in:
@@ -138,7 +138,7 @@ when the Screen is the :ref:`active_screen`. If you want to delete the current
|
|||||||
as you load a new one, call :cpp:func:`lv_screen_load_anim` and pass ``true`` for the
|
as you load a new one, call :cpp:func:`lv_screen_load_anim` and pass ``true`` for the
|
||||||
``auto_del`` argument. If you want to keep the current Screen in RAM when you load a
|
``auto_del`` argument. If you want to keep the current Screen in RAM when you load a
|
||||||
new Screen, pass ``false`` for the ``auto_del`` argument, or call
|
new Screen, pass ``false`` for the ``auto_del`` argument, or call
|
||||||
:cpp:func:`lv_screen_active` to load the new screen.
|
:cpp:func:`lv_screen_load` to load the new screen.
|
||||||
|
|
||||||
A system designer is free to keep any number of Screens (and their child Widgets) in
|
A system designer is free to keep any number of Screens (and their child Widgets) in
|
||||||
RAM (e.g. for quick re-display again later). Doing so:
|
RAM (e.g. for quick re-display again later). Doing so:
|
||||||
@@ -159,7 +159,7 @@ Widgets are created by calling functions that look like this::
|
|||||||
|
|
||||||
lv_<type>_create(parent)
|
lv_<type>_create(parent)
|
||||||
|
|
||||||
The call will return an :cpp:type:`lv_obj_t` ``*`` pointer that can be used later to
|
The call will return an :cpp:expr:`lv_obj_t *` pointer that can be used later to
|
||||||
reference the Widget to set its attributes.
|
reference the Widget to set its attributes.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|||||||
@@ -148,13 +148,13 @@ Starting from v8, every minor release is supported for 1 year.
|
|||||||
+---------+--------------+--------------+--------+
|
+---------+--------------+--------------+--------+
|
||||||
|v8.3 | 6 July, 2022 | 1 Jan, 2025 | Yes |
|
|v8.3 | 6 July, 2022 | 1 Jan, 2025 | Yes |
|
||||||
+---------+--------------+--------------+--------+
|
+---------+--------------+--------------+--------+
|
||||||
|v8.4 | Mar 19, 2024 | Mar 20, 2025 | Yes |
|
|v8.4 | 19 Mar, 2024 | 20 Mar, 2025 | Yes |
|
||||||
+---------+--------------+--------------+--------+
|
+---------+--------------+--------------+--------+
|
||||||
|v9.0 | Jan 22, 2024 | Jan 22, 2025 | Yes |
|
|v9.0 | 22 Jan, 2024 | 22 Jan, 2025 | Yes |
|
||||||
+---------+--------------+--------------+--------+
|
+---------+--------------+--------------+--------+
|
||||||
|v9.1 | Mar 20, 2024 | Mar 20, 2025 | Yes |
|
|v9.1 | 20 Mar, 2024 | 20 Mar, 2025 | Yes |
|
||||||
+---------+--------------+--------------+--------+
|
+---------+--------------+--------------+--------+
|
||||||
|v9.2 | Aug 26, 2024 | Aug 26, 2025 | Yes |
|
|v9.2 | 26 Aug, 2024 | 26 Aug, 2025 | Yes |
|
||||||
+---------+--------------+--------------+--------+
|
+---------+--------------+--------------+--------+
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user