From 0962c55c822b6be51e54fd9dcc564016019ca95c Mon Sep 17 00:00:00 2001
From: Hermet Park
Date: Thu, 12 Sep 2024 12:56:51 +0900
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cb687b00..824cbdcd 100644
--- a/README.md
+++ b/README.md
@@ -348,7 +348,7 @@ ThorVG has been integrated into the [Godot](https://www.godotengine.org) project
### LVGL
-[LVGL](https://lvgl.io/) is the most popular free and open-source embedded graphics library to create beautiful UIs for any MCU, MPU and display type. The complete graphic framework includes a variety of widgets for you to use in the creation of your GUI, and supports more advanced functions such as animations and anti-aliasing. ThorVG serves as the vector drawing primitives library in the LVGL framework.
+[LVGL](https://lvgl.io/) is an open-source graphics library specifically designed for embedded systems with limited resources. It is lightweight and highly customizable, providing support for graphical user interfaces (GUIs) on microcontrollers, IoT devices, and other embedded platforms. ThorVG serves as the vector drawing primitives library in the LVGL framework.