feat(mask): add support for image file bitmap masks (#5911)

This commit is contained in:
Gabor Kiss-Vamosi
2024-03-26 10:28:09 +01:00
committed by GitHub
parent 667f401db6
commit bcb8dbb736
8 changed files with 87 additions and 28 deletions

View File

@@ -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',