Home
last modified time | relevance | path

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

/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h269 #define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT macro
/lvgl-3.5.0/
Dlv_conf_template.h276 #define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT
/lvgl-3.5.0/src/
Dlv_conf_internal.h742 #ifndef LV_USE_PERF_MONITOR_POS
744 #define LV_USE_PERF_MONITOR_POS CONFIG_LV_USE_PERF_MONITOR_POS macro
746 #define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT macro
/lvgl-3.5.0/src/core/
Dlv_refr.c362 lv_obj_align(perf_label, LV_USE_PERF_MONITOR_POS, 0, 0); in _lv_disp_refr_timer()