File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,24 @@ ______________________________
33
44
55This project is a spinoff of the
6- https://github.com/lvgl/lv_micropython and https://github.com/lvgl/lv_binding_micropython
6+ [ lv_micropython] ( https://github.com/lvgl/lv_micropython )
7+ and
8+ [ lv_binding_micropython] ( https://github.com/lvgl/lv_binding_micropython )
79projects. The goal of this project is to make it easier to compile, create a common API so
810it is easy to add new drivers and to support more connection topologies to displays and input devices.
911
1012
1113*** What is MicroPython?***
1214
13- MicroPython is just how it sounds. It is a micro version of Python. It is written to run on microcontrollers
15+ [ MicroPython] ( https://micropython.org ) is just how it sounds. It is a micro version of Python. It is written to run on microcontrollers
1416It has a small memory footprint and small binary size as well as provides access to the hardware
15- related bits of a microcontroller. https://micropython.org/
17+ related bits of a microcontroller.
1618
1719*** What is LVGL?***
1820
19- LVGL is a graphics framework writtemn for C99. It is also written to run on resource constrained devices.
21+ [ LVGL] ( https://lvgl.io ) is a graphics framework writtemn for C99. It is also written to run on resource constrained devices.
2022It is a feature rich framework that provides a plethora of different controls (widgets) as well as the ability
21- to make your owmn custom controls. https://lvgl.io/
23+ to make your owmn custom controls.
2224
2325*** What is a binding?***
2426
You can’t perform that action at this time.
0 commit comments