diff --git a/docs/intro/basics.rst b/docs/intro/basics.rst index 6728d0d15..23e25a698 100644 --- a/docs/intro/basics.rst +++ b/docs/intro/basics.rst @@ -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 ``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 -: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 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__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. For example: diff --git a/docs/intro/introduction.rst b/docs/intro/introduction.rst index 292b041af..7f5e1de6a 100644 --- a/docs/intro/introduction.rst +++ b/docs/intro/introduction.rst @@ -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.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 | +---------+--------------+--------------+--------+