From 75142aa6fecc7a2a0493ae22c9cc6f66b43b1d10 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 22 Jul 2021 01:15:12 +0200 Subject: [PATCH] Disable arc_img_src attribute --- src/hasp/hasp_attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp/hasp_attribute.h b/src/hasp/hasp_attribute.h index 3d93bdba..2abb767c 100644 --- a/src/hasp/hasp_attribute.h +++ b/src/hasp/hasp_attribute.h @@ -173,7 +173,7 @@ _HASP_ATTRIBUTE(ANIM_SPEED, anim_speed, uint32_t) _HASP_ATTRIBUTE(ANIM_TIME, anim_time, uint32_t) // _HASP_ATTRIBUTE(ARC_COLOR, arc_color, lv_color_t) // _HASP_ATTRIBUTE(ARC_COLOR_FILTERED, arc_color_filtered, lv_color_t) -_HASP_ATTRIBUTE(ARC_IMG_SRC, arc_img_src, const void*) +// _HASP_ATTRIBUTE(ARC_IMG_SRC, arc_img_src, const void*) _HASP_ATTRIBUTE(ARC_OPA, arc_opa, lv_opa_t) _HASP_ATTRIBUTE(ARC_ROUNDED, arc_rounded, lv_coord_t) _HASP_ATTRIBUTE(ARC_WIDTH, arc_width, lv_coord_t)