# `LVGL` User Manual

This manual aims to provide users with guidance on using LVGL (Lightweight Graphics Library), particularly its application in the MicroPython environment.

## Binding LVGL with MicroPython

For details on the binding of LVGL with MicroPython, please refer to the following document: [lv_binding_micropython](https://github.com/lvgl/lv_binding_micropython/blob/update_micropython_v1.20/README.md).

## LVGL API Reference

The LVGL API documentation provides comprehensive descriptions of functions and modules for developers' reference and use. Please visit the following link for detailed information: [lvgl_api](https://lvgl.io/docs/open).

This manual is dedicated to helping developers utilize LVGL more efficiently for graphical interface development.
