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:
André Costa
2025-09-18 14:12:37 +02:00
committed by GitHub
parent 583c0aad26
commit 9c75f16b75
38 changed files with 102 additions and 98 deletions
@@ -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,