Skip to content

Commit 50e49b7

Browse files
authored
fix(docs): link in /lvgl/README.md to supported display types (lvgl#7167)
1 parent c27760f commit 50e49b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Our team is ready to help you with graphics design, UI implementation and consul
4444
**Free and Portable**
4545
- A fully portable C (C++ compatible) library with no external dependencies.
4646
- Can be compiled to any MCU or MPU, with any (RT)OS.
47-
- Supports monochrome, ePaper, OLED or TFT displays, or even monitors. [Porting Guide](https://docs.lvgl.io/master/porting/project.html)
47+
- Supports monochrome, ePaper, OLED or TFT displays, or even monitors. [Displays](https://docs.lvgl.io/master/details/main-components/display.html)
4848
- Distributed under the MIT license, so you can easily use it in commercial projects too.
4949
- Needs only 32kB RAM and 128 kB Flash, a frame buffer, and at least an 1/10 screen sized buffer for rendering.
5050
- OS, External memory and GPU are supported but not required.

0 commit comments

Comments
 (0)