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 (1613B)

      1 ```eval_rst
      2 .. include:: /header.rst
      3 :github_url: |github_link_base|/get-started/index.md
      4 ```
      5 # Get started
      6 
      7 There are several ways to get your feet wet with LVGL. Here is one recommended order of documents to read and things to play with when you are learning to use LVGL:
      8 1. Check the [Online demos](https://lvgl.io/demos) to see LVGL in action (3 minutes)
      9 2. Read the [Introduction](https://docs.lvgl.io/latest/en/html/intro/index.html) page of the documentation (5 minutes)
     10 3. Read the [Quick overview](https://docs.lvgl.io/master/get-started/quick-overview.html) page of the documentation (15 minutes)
     11 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 minutes)
     12 5. Try out some [Examples](https://docs.lvgl.io/master/examples.html)
     13 6. Check out the Platform-specific tutorials. (in this section below). (10 minutes)
     14 7. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/porting/index.html) guide or check the ready to use [Projects](https://github.com/lvgl?q=lv_port_&type=&language=)
     15 8. Read the [Overview](https://docs.lvgl.io/master/overview/index.html) page to get a better understanding of the library. (2-3 hours)
     16 9. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see their features and usage
     17 10. If you have questions got to the [Forum](http://forum.lvgl.io/)
     18 11. Read the [Contributing](https://docs.lvgl.io/master/CONTRIBUTING.html) guide to see how you can help to improve LVGL (15 minutes)
     19 
     20 
     21 ```eval_rst
     22 
     23 .. toctree::
     24    :maxdepth: 2
     25 
     26    platforms/index
     27    os/index
     28    bindings/index
     29 ```
     30