From cfc3c26e90345d1ea93421639be9dd761b92fb9e 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 277bdb2f..efbe3221 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.