aboutsummaryrefslogtreecommitdiff
path: root/scripts/style_api_gen.py
diff options
context:
space:
mode:
authorGabor Kiss-Vamosi <kisvegabor@gmail.com>2020-12-21 10:56:25 +0100
committerGabor Kiss-Vamosi <kisvegabor@gmail.com>2020-12-21 10:56:25 +0100
commit093a6652cf20aa9092f8c70c97723a6e129369eb (patch)
tree99014353e0adee4a0af4c9d682b0964a053f72ac /scripts/style_api_gen.py
parent181692605a7d8534c616416ed407e08b9619295f (diff)
downloadlvgl-093a6652cf20aa9092f8c70c97723a6e129369eb.tar.gz
lvgl-093a6652cf20aa9092f8c70c97723a6e129369eb.zip
integarte label and checkbox
Diffstat (limited to 'scripts/style_api_gen.py')
-rwxr-xr-xscripts/style_api_gen.py1
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' },