Compare commits

...

2 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
0ad639eee6 chore: kick CI to rebuild the docs 2024-04-23 15:57:48 +02:00
Gabor Kiss-Vamosi
ac31c7c1b1 chore(docs): fix lv_list_add_text 2022-01-10 12:11:49 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ LVGL provides everything you need to create an embedded GUI with easy-to-use gra
- [Services](#services)
- [Contributing](#contributing)
## Overview
### Features
* Powerful [building blocks](https://docs.lvgl.io/master/widgets/index.html): buttons, charts, lists, sliders, images, etc.

View File

@@ -24,7 +24,7 @@ See the [Button](/widgets/core/btn)'s and [Label](/widgets/core/label)'s documen
The text starts to scroll horizontally if it's too long.
### Texts
`lv_list_add_text(list, icon, text)` adds a text.
`lv_list_add_text(list, text)` adds a text.
## Events