fix(example) add scroll examples + minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-26 16:34:25 +02:00
parent 1b3c4e7c25
commit b969c21881
5 changed files with 41 additions and 16 deletions

View File

@@ -161,3 +161,9 @@ if(event_code == LV_EVENT_GET_SELF_SIZE) {
```
## Examples
```eval_rst
.. include:: ../../../examples/scroll/index.rst
```