Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_widgets/
Dlv_label.h31 #define LV_LABEL_POS_LAST 0xFFFF macro
35 LV_EXPORT_CONST_INT(LV_LABEL_POS_LAST);
Dlv_label.c990 if(pos == LV_LABEL_POS_LAST) { in lv_label_ins_text()