Package-level declarations
Types
Link copied to clipboard
Provides meta data on an arc.
Link copied to clipboard
Inherits from Image where the user can draw anything. Rectangles, texts, images, lines, arcs can be drawn here using LVGL's drawing engine. Additionally, effects can be applied, such as rotation, zoom and blur.
Link copied to clipboard
Link copied to clipboard
Provides meta data on a image.
Link copied to clipboard
Provides meta data on a label.
Link copied to clipboard
Provides meta data on a line.
Link copied to clipboard
Provides meta data on a rectangle.
Functions
Link copied to clipboard
Link copied to clipboard
Creates a new Canvas, and initializes it. Remember to assign a buffer via Canvas.setBuffer to the canvas before using the canvas itself.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
to Arc Descriptor
Link copied to clipboard
to Draw Image Descriptor
Link copied to clipboard
to Label Descriptor
Link copied to clipboard
to Line Descriptor
Link copied to clipboard
to Rectangle Descriptor
Link copied to clipboard
Link copied to clipboard
Calculates the buffer size for True Color with Alpha.
Link copied to clipboard
Calculates the buffer size for True Color.