fix(label): use LV_LABEL_LONG_MODE_* instead of LV_LABEL_LONG_*
This commit is contained in:
@@ -81,6 +81,12 @@ extern "C" {
|
||||
#define lv_chart_set_all_value lv_chart_set_all_values
|
||||
#define lv_calendar_set_showed_date lv_calendar_set_month_shown
|
||||
|
||||
#define LV_LABEL_LONG_WRAP LV_LABEL_LONG_MODE_WRAP
|
||||
#define LV_LABEL_LONG_DOT LV_LABEL_LONG_MODE_DOTS
|
||||
#define LV_LABEL_LONG_SCROLL LV_LABEL_LONG_MODE_SCROLL
|
||||
#define LV_LABEL_LONG_SCROLL_CIRCULAR LV_LABEL_LONG_MODE_SCROLL_CIRCULAR
|
||||
#define LV_LABEL_LONG_CLIP LV_LABEL_LONG_MODE_CLIP
|
||||
|
||||
/**********************
|
||||
* DEPRECATED FUNCTIONS
|
||||
**********************/
|
||||
|
||||
Reference in New Issue
Block a user