diff --git a/src/lv_api_map.h b/src/lv_api_map.h index 7c0ae095c..1c9491a98 100644 --- a/src/lv_api_map.h +++ b/src/lv_api_map.h @@ -36,6 +36,12 @@ static inline void lv_task_once(lv_task_t * task) lv_task_set_repeat_count(task, 1); } +#if LV_USE_CHECKBOX + +#define lv_checkbox_set_static_text lv_checkbox_set_text_static + +#endif + #if LV_USE_CHART #define lv_chart_get_point_cnt lv_chart_get_point_count @@ -57,6 +63,8 @@ static inline bool lv_dropdown_get_draw_arrow(lv_obj_t * ddlist) else return false; } +#define lv_dropdown_set_static_options lv_dropdown_set_options_static + #endif #if LV_USE_BAR @@ -89,6 +97,12 @@ static inline bool lv_bar_get_sym(lv_obj_t * bar) #endif +#if LV_USE_LABEL + +#define lv_label_set_static_text lv_label_set_text_static + +#endif + #if LV_USE_SLIDER /**