chore: kick CI to rebuild the docs

This commit is contained in:
Gabor Kiss-Vamosi
2024-04-23 15:59:22 +02:00
committed by GitHub
parent 9122f844f6
commit f7a17a525e
+2 -1
View File
@@ -9,7 +9,7 @@ LVGL provides everything you need to create embedded GUI with easy-to-use graphi
</p>
<h4 align="center">
<a href="https://lvgl.io">Website </a> &middot;
<a href="https://lvgl.io">Website </a> &middot;Update README.md
<a href="https://lvgl.io/demos">Online demo</a> &middot;
<a href="https://lvgl.github.io/lv_examples/">Nightly demos</a> &middot;
<a href="https://docs.lvgl.io/">Docs</a> &middot;
@@ -139,6 +139,7 @@ void btn_event_cb(lv_obj_t * btn, lv_event_t event)
}
}
```
![LVGL button with label example](https://raw.githubusercontent.com/lvgl/docs/latest/misc/simple_button_example.gif)
### LVGL from Micropython