M5UI
M5UI is a UI library based on LVGL v9.3. It provides a set of widgets and functions to create user interfaces for M5Stack devices.
It has been adapted for M5Stack devices and you only need to call m5ui.init() to start using it.
Functions
- m5ui.init()
Initialize the M5UI library. This function must be called before using any other M5UI functions.
- Returns:
None
- m5ui.deinit()
Deinitialize the M5UI library. This function should be called when you no longer need to use M5UI.
- Returns:
None