diff options
author | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2020-12-21 10:56:25 +0100 |
---|---|---|
committer | Gabor Kiss-Vamosi <kisvegabor@gmail.com> | 2020-12-21 10:56:25 +0100 |
commit | 093a6652cf20aa9092f8c70c97723a6e129369eb (patch) | |
tree | 99014353e0adee4a0af4c9d682b0964a053f72ac /scripts/style_api_gen.py | |
parent | 181692605a7d8534c616416ed407e08b9619295f (diff) | |
download | lvgl-093a6652cf20aa9092f8c70c97723a6e129369eb.tar.gz lvgl-093a6652cf20aa9092f8c70c97723a6e129369eb.zip |
integarte label and checkbox
Diffstat (limited to 'scripts/style_api_gen.py')
-rwxr-xr-x | scripts/style_api_gen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/style_api_gen.py b/scripts/style_api_gen.py index 1b811b5ef..a36aafb9e 100755 --- a/scripts/style_api_gen.py +++ b/scripts/style_api_gen.py @@ -47,6 +47,7 @@ props = [ {'name': 'IMG_RECOLOR_OPA', 'style_type': '_int', 'var_type': 'lv_opa_t' }, {'name': 'OUTLINE_WIDTH', 'style_type': '_int', 'var_type': 'lv_coord_t' }, {'name': 'OUTLINE_COLOR', 'style_type': '_color', 'var_type': 'lv_color_t' }, +{'name': 'OUTLINE_COLOR_FILTERED', 'style_type': '_color', 'var_type': 'lv_color_t' }, {'name': 'OUTLINE_OPA', 'style_type': '_int', 'var_type': 'lv_opa_t' }, {'name': 'OUTLINE_PAD', 'style_type': '_int', 'var_type': 'lv_coord_t' }, {'name': 'OUTLINE_BLEND_MODE', 'style_type': '_int', 'var_type': 'lv_blend_mode_t' }, |