2021-04-24 05:45:34 +08:00
|
|
|
|
2021-05-05 08:43:12 +08:00
|
|
|
```eval_rst
|
|
|
|
|
|
|
|
PDF version: :download:`LVGL.pdf <LVGL.pdf>`
|
|
|
|
```
|
|
|
|
|
2021-04-24 05:45:34 +08:00
|
|
|
# Welcome to the documentation of LVGL!
|
|
|
|
|
|
|
|
<img src="_static/img/home_banner.jpg" style="width:100%">
|
|
|
|
|
|
|
|
|
2022-03-21 18:25:51 +08:00
|
|
|
<div style="margin-bottom:48px">
|
2021-04-24 05:45:34 +08:00
|
|
|
<a href="intro/index.html"><img class="home-img" src="_static/img/home_1.png" alt="Get familiar with the LVGL project"></a>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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>
|
2021-05-28 20:10:12 +08:00
|
|
|
<a href="CONTRIBUTING.html"><img class="home-img" src="_static/img/home_6.png" alt="Be part of the development of LVGL"></a>
|
2022-03-21 18:25:51 +08:00
|
|
|
</div>
|
|
|
|
|
2021-04-24 05:45:34 +08:00
|
|
|
|
|
|
|
```eval_rst
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2022-03-21 18:25:51 +08:00
|
|
|
|
2021-04-24 05:45:34 +08:00
|
|
|
intro/index
|
2021-06-15 05:13:22 +08:00
|
|
|
examples
|
2021-04-24 05:45:34 +08:00
|
|
|
get-started/index
|
|
|
|
porting/index
|
|
|
|
overview/index
|
|
|
|
widgets/index
|
2021-05-03 23:32:57 +08:00
|
|
|
layouts/index
|
2021-10-04 21:08:52 +08:00
|
|
|
libs/index
|
2021-07-19 20:46:28 +08:00
|
|
|
others/index
|
2021-05-04 02:48:30 +08:00
|
|
|
CONTRIBUTING
|
2021-05-15 07:09:28 +08:00
|
|
|
CHANGELOG
|
|
|
|
ROADMAP
|
2021-04-24 05:45:34 +08:00
|
|
|
```
|