Get your feet wet with LVGL.
- + -Learn how to add LVGL to your project for any platform, framework and display type.
diff --git a/docs/src/intro/getting_started/learn_the_basics.rst b/docs/src/intro/getting_started/learn_the_basics.rst index 4992bfb8ba..998f892ee7 100644 --- a/docs/src/intro/getting_started/learn_the_basics.rst +++ b/docs/src/intro/getting_started/learn_the_basics.rst @@ -56,7 +56,8 @@ details are available at :ref:`adding_lvgl_to_your_project`. Example ~~~~~~~ -This is a brief example showing how simple it is to add LVGL to a new project. +This is just a brief example of how to add LVGL to a new project. For more details +check out :ref:`Integration Overview