Home
last modified time | relevance | path

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

/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h276 #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT macro
/lvgl-3.5.0/
Dlv_conf_template.h283 #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
/lvgl-3.5.0/src/
Dlv_conf_internal.h761 #ifndef LV_USE_MEM_MONITOR_POS
763 #define LV_USE_MEM_MONITOR_POS CONFIG_LV_USE_MEM_MONITOR_POS macro
765 #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT macro
/lvgl-3.5.0/src/core/
Dlv_refr.c418 lv_obj_align(mem_label, LV_USE_MEM_MONITOR_POS, 0, 0); in _lv_disp_refr_timer()