aboutsummaryrefslogtreecommitdiff
path: root/scripts/style_api_gen.py
diff options
context:
space:
mode:
authorGabor Kiss-Vamosi <kisvegabor@gmail.com>2024-03-26 10:28:09 +0100
committerGitHub <noreply@github.com>2024-03-26 17:28:09 +0800
commitbcb8dbb736ed4904a57da67740a74208875d4461 (patch)
treee2edc5944629577e91d80ab0cfacc6720e90586a /scripts/style_api_gen.py
parent667f401db69448408195acfd28e6ff4a58314588 (diff)
downloadlvgl-bcb8dbb736ed4904a57da67740a74208875d4461.tar.gz
lvgl-bcb8dbb736ed4904a57da67740a74208875d4461.zip
feat(mask): add support for image file bitmap masks (#5911)
Diffstat (limited to 'scripts/style_api_gen.py')
-rwxr-xr-xscripts/style_api_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/style_api_gen.py b/scripts/style_api_gen.py
index fdf11a83f..91688a88f 100755
--- a/scripts/style_api_gen.py
+++ b/scripts/style_api_gen.py
@@ -390,7 +390,7 @@ props = [
'dsc': "Set the base direction of the object. The possible values are `LV_BIDI_DIR_LTR/RTL/AUTO`."},
{'name': 'BITMAP_MASK_SRC',
- 'style_type': 'ptr', 'var_type': 'const lv_image_dsc_t *', 'default':'`NULL`', 'inherited': 0, 'layout': 0, 'ext_draw': 0,
+ 'style_type': 'ptr', 'var_type': 'const void *', 'default':'`NULL`', 'inherited': 0, 'layout': 0, 'ext_draw': 0,
'dsc': "If set a layer will be created for the widget and the layer will be masked with this A8 bitmap mask."},
{'name': 'ROTARY_SENSITIVITY',