> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/general/getting-start/lvgl-light-and-versatile-embedded-graphics-library.md).

# LVGL - Light and Versatile Embedded Graphics Library

## LVGL&#x20;

เป็น open-source graphics library สำหรับสร้าง GUI (Graphical User Interface) แสดงผลด้านกราฟิกและใช้งาน touchscreens ให้กับหน้าจอของบอร์ดสมองกลฝั่งตัว (Embedded boards) ง่ายในการจัดการกราฟิก สวยงาม และ ใช้พื้นที่หน่วยความจำต่ำ

![website LVGL : https://lvgl.io/ ](/files/-MhkqyTQB9f-RDmgcAE6)

![](/files/-MhkronJGsycGikKJCus)

### LVGL with embedded boards

เราสามารถเริ่มใช้งานกับบอร์ดที่เป็น partners ของ LVGL ได้ เช่น บอร์ด Arduino STM32 ESP32 NXP เป็นต้น  &#x20;

![](/files/-MhlH6P1Y5t5kcVL8Uto)

### LVGL on Display Devices

LVGL on STM32F769 Discovery (800x480) LCD touchscreen

{% embed url="<https://www.youtube.com/watch?v=ZUJxbCbBod0>" %}

### ศูนย์ AIC มีบอร์ดอะไรบ้างที่ใช้ LVGL

LVGL with reTerminel Display (720x1280)  touchscreen

![reTerminal ](/files/-MhlkERMUAMHY_zrl7ED)

![reterminel with LVGL](/files/-MhlDYnsx5uYjEGVHi4b)

ภาพจากเว็บไซต์ : <https://wiki.seeedstudio.com/reTerminal-build-UI-using-LVGL/>

LVGL with ESP32 Display 240x320 touchscreen

![smartModbus](/files/-Mhlm19B80LkwOiqrITJ)

![](/files/-MhluEIh5RYxvHerElqC)

HIVE Smart&#x20;

![](/files/-MhlvNqTlQcgJpBOvMXB)

{% embed url="<https://www.kin-yoo-dee.com/hive-smart>" %}

### &#x20;

> ###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aic-eec.com/general/getting-start/lvgl-light-and-versatile-embedded-graphics-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
