Home
last modified time | relevance | path

Searched defs:_lv_theme_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.6.0/src/core/
Dlv_theme.h31 typedef struct _lv_theme_t { struct
33 struct _lv_theme_t * parent; /**< Apply the current theme's style on top of this theme.*/ argument
34 void * user_data;
35 struct _lv_disp_t * disp;
36 lv_color_t color_primary;
37 lv_color_t color_secondary;
38 const lv_font_t * font_small;
39 const lv_font_t * font_normal;
40 const lv_font_t * font_large;
41 uint32_t flags; /*Any custom flag used by the theme*/