Skip to content

App Interface Guide

  • The system uses MicroPython as the development language and LVGL as the GUI framework.
    • MicroPython provides the core features of the Python language and has been optimized for resource limited devices, allowing developers to leverage Python's simplicity and ease of use for development on devices.
    • LVGL (Light and Versatile Graphics Library) is an open-source embedded graphics library designed to provide advanced graphical user interface (GUI) functionality for embedded systems.

  • LVGL is a powerful and flexible embedded graphics library suitable for developing interactive user interfaces on various embedded devices. Its lightweight design and rich functionality enable developers to quickly build modern embedded GUI applications.