8000 Fix typo (#295) · diskman88/lv_binding_micropython@66639c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66639c5

Browse files
authored
Fix typo (lvgl#295)
1 parent 6369315 commit 66639c5

File tree

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Micopython's build script (Makefile or CMake) should run `gen_mpy.py` automatica
2323
- If you would like to see an example of how a generated `lv_mpy.c` looks like, have a look at [`lv_mpy_example.c`](https://raw.githubusercontent.com/lvgl/lv_binding_micropython/master/gen/lv_mpy_example.c). Note that its only exported (non static) symbol is `mp_module_lvgl` which should be registered in Micropython as a module.
2424
- lv_binding_micropython is usually used as a git submodule of [lv_micropython](https://github.com/lvgl/lv_micropython) which builds Micropython + LVGL + lvgl-bindings, but can also be used on other forks of Micropython.
2525

26-
It's worth noting that the Mircopython Bindings module (`lv_mpy.c`) is dependent on LVGL configuration.
26+
It's worth noting that the Micropython Bindings module (`lv_mpy.c`) is dependent on LVGL configuration.
2727
LVGL is configured by `lv_conf.h` where different objects and features could be enabled or disabled. LVGL bindings are generated only for the enabled objects and features. Changing `lv_conf.h` requires re running `gen_mpy.py`, therefore it's useful to run it automatically in the build script, as done by lv_micropython.
2828

2929
### Memory Management

0 commit comments

Comments
 (0)
0