Searched defs:_lv_theme_t (Results 1 – 1 of 1) sorted by relevance
27 struct _lv_theme_t { struct28 lv_theme_apply_cb_t apply_cb;29 lv_theme_t * parent; /**< Apply the current theme's style on top of this theme. */30 void * user_data;31 lv_display_t * disp;32 lv_color_t color_primary;33 lv_color_t color_secondary;34 const lv_font_t * font_small;35 const lv_font_t * font_normal;36 const lv_font_t * font_large;[all …]