mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
```eval_rst
|
|
.. include:: /header.rst
|
|
:github_url: |github_link_base|/index.md
|
|
```
|
|
|
|
# Welcome to the documentation of LVGL!
|
|
|
|
<img src="_static/img/home_banner.jpg" style="width:100%">
|
|
|
|
|
|
<div style="margin-bottom:48px">
|
|
<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>
|
|
<a href="contributing/index.html"><img class="home-img" src="_static/img/home_6.png" alt="Be part of the development of LVGL"></a>
|
|
</div>
|
|
|
|
|
|
```eval_rst
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
intro/index
|
|
get-started/index
|
|
porting/index
|
|
overview/index
|
|
widgets/index
|
|
layouts/index
|
|
contributing/index
|
|
|
|
```
|