README.md: Update link to Micropython documentation (#1693)

This commit is contained in:
Seth Itow
2020-07-28 03:18:42 -07:00
committed by GitHub
parent cac6f92964
commit 0f69469eee

View File

@@ -145,7 +145,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
Learn more about [Micropython](https://docs.lvgl.io/en/html/get-started/micropython).
Learn more about [Micropython](https://docs.lvgl.io/latest/en/html/get-started/micropython.html).
```python
# Create a Button and a Label
scr = lv.obj()