acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

index.md (1357B)

      1 ```eval_rst
      2 .. include:: /header.rst
      3 :github_url: |github_link_base|/index.md
      4 ```
      5 
      6 ```eval_rst
      7 
      8 PDF version: :download:`LVGL.pdf <LVGL.pdf>`
      9 ```
     10 
     11 # Welcome to the documentation of LVGL!
     12 
     13 <img src="_static/img/home_banner.jpg" style="width:100%">
     14 
     15 
     16 <div style="margin-bottom:48px">
     17     <a href="intro/index.html"><img class="home-img" src="_static/img/home_1.png" alt="Get familiar with the LVGL project"></a>
     18     <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>
     19     <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>
     20     <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>
     21     <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>
     22     <a href="CONTRIBUTING.html"><img class="home-img" src="_static/img/home_6.png" alt="Be part of the development of LVGL"></a>
     23 </div>
     24 
     25 
     26 ```eval_rst
     27 .. toctree::
     28    :maxdepth: 2
     29 
     30    intro/index
     31    examples
     32    get-started/index
     33    porting/index
     34    overview/index
     35    widgets/index
     36    layouts/index
     37    libs/index
     38    others/index
     39    CONTRIBUTING
     40    CHANGELOG
     41    ROADMAP
     42 ```