Module lvgl::obj

source ·
Expand description

Native LVGL objects

Objects are individual elements of a displayed surface, similar to widgets. Specifically, an object can either be a widget or a screen. Screen objects are special in that they do not have a parent object and do not implement the Widget trait, but do implement NativeObject.

Structs

  • Generic LVGL object.

Enums

Traits

  • Represents a native LVGL object.
  • A wrapper for all LVGL common operations on generic objects.