Special API Usage and Notes
ElenixOS provides some special LVGL API components that have specific functions and usage methods. This document will introduce the usage methods and notes of these special APIs.
Special API Component List
The following are special LVGL API components supported by ElenixOS:
- Animation - Used to create and manage animation effects
- Button Matrix - Used to create button matrices
- Calendar - Used to display and select dates
- Canvas - Used to draw graphics and images
- Dropdown - Used to display and select dropdown options
- Image - Used to display images
- Object - Base class for all LVGL components
- Timer - Used to create and manage timers
Features of Special APIs
Compared with ordinary APIs, special APIs have the following features:
- Specific functionality: Each special API component has specific functionality, such as animation, calendar, etc.
- Complex usage: The usage methods of special API components are usually more complex than ordinary components
- Performance requirements: Some special API components have higher performance requirements, such as animation and canvas
- Resource consumption: Some special API components may consume more system resources, such as canvas and image