mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
feat(api_mapping): add ability to disable api mapping (#8745)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
This commit is contained in:
@@ -109,7 +109,7 @@ uint8_t img_benchmark_avatar_map[] = {
|
||||
|
||||
};
|
||||
|
||||
const lv_img_dsc_t img_benchmark_avatar = {
|
||||
const lv_image_dsc_t img_benchmark_avatar = {
|
||||
.header.magic = LV_IMAGE_HEADER_MAGIC,
|
||||
.header.cf = LV_COLOR_FORMAT_ARGB8888,
|
||||
.header.flags = 0,
|
||||
|
||||
Reference in New Issue
Block a user