1=========================================== 2LVGL: Light and Versatile Graphics Library 3=========================================== 4Create beautiful UIs for any MCU, MPU and display type. 5******************************************************* 6 7.. raw:: html 8 9 <div style="margin-bottom:30px; margin-top:14px"> 10 <img src="_static/img/gh-header.webp" alt="LVGL Documentation" style="width:100%"> 11 </div> 12 13.. raw:: html 14 15 <div style="margin-bottom:48px"> 16 <a href="intro/introduction.html"><img class="home-img" src="_static/img/home_1.png" alt="Get familiar with LVGL."></a> 17 <a href="intro/basics.html"><img class="home-img" src="_static/img/home_2.png" alt="Learn how LVGL works."></a> 18 <a href="intro/basics.html#going-deeper"><img class="home-img" src="_static/img/home_3.png" alt="Get your feet wet with LVGL."></a> 19 <a href="intro/add-lvgl-to-your-project/index.html"><img class="home-img" src="_static/img/home_4.png" alt="Learn how to add LVGL to your project for any platform, framework and display type."></a> 20 <a href="details/widgets/index.html"><img class="home-img" src="_static/img/home_5.png" alt="Learn to use LVGL Widgets with examples."></a> 21 <a href="CONTRIBUTING.html"><img class="home-img" src="_static/img/home_6.png" alt="Be part of LVGL's development."></a> 22 </div> 23 24 25Introduction 26------------ 27 28.. toctree:: 29 :maxdepth: 1 30 31 intro/introduction 32 intro/basics 33 intro/add-lvgl-to-your-project/index 34 35 36Details 37------- 38 39.. toctree:: 40 :maxdepth: 1 41 42 details/base-widget/index 43 details/widgets/index 44 details/main-components/index 45 details/other-components/index 46 examples 47 details/debugging/index 48 details/integration/index 49 details/libs/index 50 API/index 51 52 53Appendix 54-------- 55 56.. toctree:: 57 :maxdepth: 1 58 59 CONTRIBUTING 60 CODING_STYLE 61 CHANGELOG 62 ROADMAP 63 64 65