2021-04-12 18:19:04 +02:00
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/get-started/index.md
```
# Get started
2021-12-03 10:26:40 +01:00
## Where to look first?
2021-06-09 15:10:35 +02:00
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:
2021-04-12 18:19:04 +02:00
1. Check the [Online demos ](https://lvgl.io/demos ) to see LVGL in action (3 minutes)
2. Read the [Introduction ](https://docs.lvgl.io/latest/en/html/intro/index.html ) page of the documentation (5 minutes)
2022-01-03 13:29:12 +01:00
3. Read the [Quick overview ](https://docs.lvgl.io/master/get-started/quick-overview.html ) page of the documentation (15 minutes)
4. Set up a [Simulator ](https://docs.lvgl.io/master/get-started/pc-simulator.html ) (10 minutes)
5. Try out some [Examples ](https://docs.lvgl.io/master/examples.html )
2021-12-03 10:50:17 +01:00
6. Check out the [Platform-specific tutorials ](https://docs.lvgl.io/master/get-started/index.html#platform-specific-tutorials ). (10 minutes)
2022-01-03 13:29:12 +01:00
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= )
8. Read the [Overview ](https://docs.lvgl.io/master/overview/index.html ) page to get a better understanding of the library. (2-3 hours)
9. Check the documentation of the [Widgets ](https://docs.lvgl.io/master/widgets/index.html ) to see their features and usage
2021-12-03 10:50:17 +01:00
10. If you have questions got to the [Forum ](http://forum.lvgl.io/ )
2022-01-03 13:29:12 +01:00
11. Read the [Contributing ](https://docs.lvgl.io/master/CONTRIBUTING.html ) guide to see how you can help to improve LVGL (15 minutes)
2021-04-12 18:19:04 +02:00
2021-12-03 10:26:40 +01:00
## Platform-specific tutorials
2021-12-03 10:50:17 +01:00
- [Simulator ](/get-started/pc-simulator )
- [NXP ](/get-started/nxp )
- [Espressif (ESP32) ](/get-started/espressif )
- [Arduino ](/get-started/arduino )
- [Tasmota-Berry ](/get-started/tasmota-berry )
- [Micropython ](/get-started/micropython )
- [NuttX RTOS ](/get-started/nuttx )
2022-01-03 04:10:27 -05:00
- [RT-Thread RTOS ](/get-started/rt-thread )
2021-12-03 10:50:17 +01:00
- [CMake ](/get-started/cmake )
2021-04-12 18:19:04 +02:00
```eval_rst
.. toctree::
:maxdepth: 2
2021-12-03 10:50:17 +01:00
:hidden:
2021-04-12 18:19:04 +02:00
quick-overview
pc-simulator
stm32
nxp
espressif
arduino
micropython
2021-12-03 10:50:17 +01:00
tasmota-berry
2021-04-12 18:19:04 +02:00
nuttx
2022-01-03 04:10:27 -05:00
rt-thread
2021-11-22 10:51:51 +01:00
cmake
2021-04-12 18:19:04 +02:00
```