Searched defs:_lv_span_t (Results 1 – 1 of 1) sorted by relevance
30 struct _lv_span_t { struct31 char * txt; /**< a pointer to display text */32 lv_obj_t * spangroup; /**< a pointer to spangroup */33 lv_style_t style; /**< display text style */34 uint32_t static_flag : 1; /**< the text is static flag */36 lv_point_t trailing_pos;37 int32_t trailing_height;