Compare commits
2 Commits
master
...
release/v8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ad639eee6 | ||
|
|
ac31c7c1b1 |
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user