1
2```eval_rst
3
4PDF version: :download:`LVGL.pdf <LVGL.pdf>`
5```
6
7# Welcome to the documentation of LVGL!
8
9<img src="_static/img/home_banner.jpg" style="width:100%">
10
11
12<div style="margin-bottom:48px">
13    <a href="intro/index.html"><img class="home-img" src="_static/img/home_1.png" alt="Get familiar with the LVGL project"></a>
14    <a href="get-started/index.html"><img class="home-img" src="_static/img/home_2.png" alt="Learn the basic of LVGL and its usage on various platforms"></a>
15    <a href="porting/index.html"><img class="home-img" src="_static/img/home_3.png" alt="See how to port LVGL to any platform"></a>
16    <a href="overview/index.html"><img class="home-img" src="_static/img/home_4.png" alt="Learn the how LVGL works in more detail"></a>
17    <a href="widgets/index.html"><img class="home-img" src="_static/img/home_5.png" alt="Take a look at the description of the available widgets"></a>
18    <a href="CONTRIBUTING.html"><img class="home-img" src="_static/img/home_6.png" alt="Be part of the development of LVGL"></a>
19</div>
20
21
22```eval_rst
23.. toctree::
24   :maxdepth: 2
25
26   intro/index
27   examples
28   get-started/index
29   porting/index
30   overview/index
31   widgets/index
32   layouts/index
33   libs/index
34   others/index
35   CONTRIBUTING
36   CHANGELOG
37   ROADMAP
38```
39