Package-level declarations
Types
Provides options used to align a LVGL object.
Represents a LVGL object.
Represents a draw part for a LVGL object.
Provides options used to align a LVGL object outside of a reference LVGL object.
Represents a part of an LVGL object. For example a Base object uses the main and scrollbar parts, but a Slider uses the main, indicator, and the knob parts. Parts are similar to pseudo elements in CSS.
Represents an LVGL object state. The states are usually automatically changed by the library as the user presses, releases, focuses etc an object. However the states can be changed manually too. To set or clear given state (but leave the other states untouched) use LvglObjectBase.addState or LvglObjectBase.clearState. In both cases ORed state values can be used as well. For example:
Represents the scroll bar mode. How the scroll bar behaves.
Functions
Create a LVGL object (a rectangle).
Properties
A unique value for the LvglOutsideAlignment.
A unique value for the LvglAlignment.
A unique value for the LvglFlag.
A unique value for the LvglPart.
A unique value for the LvglState.