lv_disp_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
struct _lv_disp_drv_t *
A timer which periodically checks the dirty areas and refreshes them.
The theme assigned to the screen.
struct _lv_theme_t *
struct _lv_obj_t **
Screens of the display Array of screen objects.
struct _lv_obj_t *
Currently active screen on this display.
struct _lv_obj_t *
Previous screen. Used during screen animations.
struct _lv_obj_t *
The screen prepared to load in lv_scr_load_anim.
struct _lv_obj_t *
@see lv_disp_get_layer_top.
struct _lv_obj_t *
@see lv_disp_get_layer_sys.
uint32_t
uint8_t : 1
1: Draw previous screen over active screen.
uint8_t : 1
1: Automatically delete the previous screen when the screen load animation is ready.
uint8_t : 1
1: The current screen rendering is in progress.
Opacity of the background color or wallpaper.
Default display color when screens are transparent.
const void *
An image source to display as wallpaper.
Invalidated (marked to redraw) areas.
uint16_t
int32_t
uint32_t
Last time when there was activity on this display.

References

from examples