chore(property): use change API word order to make it consistent (#4941)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -71,4 +71,4 @@ all properties to an array now and set properties with a for loop.
|
||||
{ .id = LV_STYLE_BG_COLOR, .color = (lv_color_t){.red = 0x11, .green = 0x22, .blue = 0x33}, },
|
||||
}
|
||||
|
||||
LV_OBJ_PROPERTY_ARRAY_SET(obj, props);
|
||||
LV_OBJ_SET_PROPERTY_ARRAY(obj, props);
|
||||
|
||||
Reference in New Issue
Block a user