3.12 LVGL
User Manual#
This manual aims to provide users with guidance on using LVGL (Lightweight Graphics Library), particularly its application in the MicroPython environment.
1. Binding LVGL with MicroPython#
For details on the binding of LVGL with MicroPython, please refer to the following document: lv_binding_micropython.
2. 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.
This manual is dedicated to helping developers utilize LVGL more efficiently for graphical interface development.