docs update some mroe widgets to v8 + fix links

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-03 17:32:57 +02:00
parent efc5bccbfd
commit 05252b7fe8
21 changed files with 143 additions and 182 deletions

View File

@@ -172,36 +172,9 @@ You can select the theme to use in `lv_conf.h`.
## Examples
### Button with label
```eval_rst
.. image:: /lv_examples/src/lv_ex_get_started/lv_ex_get_started_1.*
:alt: Simple button with label with LVGL
.. literalinclude:: /lv_examples/src/lv_ex_get_started/lv_ex_get_started_1.c
:language: c
```
### Styling buttons
```eval_rst
.. image:: /lv_examples/src/lv_ex_get_started/lv_ex_get_started_2.*
:alt: Styling buttons with LVGL
.. literalinclude:: /lv_examples/src/lv_ex_get_started/lv_ex_get_started_2.c
:language: c
```
### Slider and alignment
```eval_rst
.. image:: /lv_examples/src/lv_ex_get_started/lv_ex_get_started_3.*
:alt: Create a slider with LVGL
.. literalinclude:: /lv_examples/src/lv_ex_get_started/lv_ex_get_started_3.c
:language: c
.. include:: ../../examples/get_started/index.rst
```
## Micropython