Home
last modified time | relevance | path

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

/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h279 #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT macro
/lvgl-latest/
Dlv_conf_template.h291 #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
/lvgl-latest/src/
Dlv_conf_internal.h781 #ifndef LV_USE_MEM_MONITOR_POS
783 #define LV_USE_MEM_MONITOR_POS CONFIG_LV_USE_MEM_MONITOR_POS macro
785 #define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT macro
/lvgl-latest/src/core/
Dlv_refr.c431 lv_obj_align(mem_label, LV_USE_MEM_MONITOR_POS, 0, 0); in _lv_disp_refr_timer()