Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/widgets/
Dlv_label.h32 #define LV_LABEL_POS_LAST 0xFFFF macro
36 LV_EXPORT_CONST_INT(LV_LABEL_POS_LAST);
Dlv_label.c658 if(pos == LV_LABEL_POS_LAST) { in lv_label_ins_text()