Home
last modified time | relevance | path

Searched refs:needle_colors (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_gauge.c79 ext->needle_colors = NULL; in lv_gauge_create()
106 lv_gauge_set_needle_count(new_gauge, copy_ext->needle_count, copy_ext->needle_colors); in lv_gauge_create()
155 ext->needle_colors = colors; in lv_gauge_set_needle_count()
441 if(ext->needle_colors == NULL) in lv_gauge_draw_needle()
444 style_needle.line.color = ext->needle_colors[i]; in lv_gauge_draw_needle()
A Dlv_gauge.h48 const lv_color_t * needle_colors; /*Color of the needles (lv_color_t my_colors[needle_num])*/ member

Completed in 4 milliseconds