Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/label/
Dlv_label.c36 #define LV_LABEL_HINT_HEIGHT_LIMIT 1024 /*Enable "hint" to buffer info about labels larger than thi… macro
826 lv_area_get_height(&txt_coords) >= LV_LABEL_HINT_HEIGHT_LIMIT) { in draw_main()