Skip to content

Commit 29e692f

Browse files
committed
alters some links in the README.md file
1 parent 2ad7ec0 commit 29e692f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,24 @@ ______________________________
33

44

55
This 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)
79
projects. The goal of this project is to make it easier to compile, create a common API so
810
it 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
1416
It 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.
2022
It 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

0 commit comments

Comments
 (0)