mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
LVGL regression missing 'lv.ANIM_OFF' and 'lv.ANIM_ON' (#23544)
This commit is contained in:
parent
79024cdd23
commit
b5d6e95164
@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- LVGL regression missing `lv.ANIM_OFF` and `lv.ANIM_ON`
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -237,6 +237,8 @@ const be_const_member_t lv0_constants[] = {
|
||||
{ "ALIGN_TOP_MID", be_cconst_int(LV_ALIGN_TOP_MID) },
|
||||
{ "ALIGN_TOP_RIGHT", be_cconst_int(LV_ALIGN_TOP_RIGHT) },
|
||||
{ "ANIM_IMAGE_PART_MAIN", be_cconst_int(LV_ANIM_IMAGE_PART_MAIN) },
|
||||
{ "ANIM_OFF", be_cconst_int(LV_ANIM_OFF) },
|
||||
{ "ANIM_ON", be_cconst_int(LV_ANIM_ON) },
|
||||
{ "ANIM_PLAYTIME_INFINITE", be_cconst_int(LV_ANIM_PLAYTIME_INFINITE) },
|
||||
{ "ANIM_REPEAT_INFINITE", be_cconst_int(LV_ANIM_REPEAT_INFINITE) },
|
||||
{ "ARC_MODE_NORMAL", be_cconst_int(LV_ARC_MODE_NORMAL) },
|
||||
|
@ -183,6 +183,8 @@ LV_LABEL_LONG_DOT=LV_LABEL_LONG_MODE_DOTS
|
||||
LV_LABEL_LONG_SCROLL=LV_LABEL_LONG_MODE_SCROLL
|
||||
LV_LABEL_LONG_SCROLL_CIRCULAR=LV_LABEL_LONG_MODE_SCROLL_CIRCULAR
|
||||
LV_LABEL_LONG_CLIP=LV_LABEL_LONG_MODE_CLIP
|
||||
LV_ANIM_OFF=LV_ANIM_OFF
|
||||
LV_ANIM_ON=LV_ANIM_ON
|
||||
|
||||
// ======================================================================
|
||||
// Generated from headers
|
||||
|
@ -508,6 +508,8 @@ LV_LABEL_LONG_DOT=LV_LABEL_LONG_MODE_DOTS
|
||||
LV_LABEL_LONG_SCROLL=LV_LABEL_LONG_MODE_SCROLL
|
||||
LV_LABEL_LONG_SCROLL_CIRCULAR=LV_LABEL_LONG_MODE_SCROLL_CIRCULAR
|
||||
LV_LABEL_LONG_CLIP=LV_LABEL_LONG_MODE_CLIP
|
||||
LV_ANIM_OFF=LV_ANIM_OFF
|
||||
LV_ANIM_ON=LV_ANIM_ON
|
||||
|
||||
// ======================================================================
|
||||
// Generated from headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user