fix(kconfig): update Kconfig and lv_conf_kconfig.h (#4338)

Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
Signed-off-by: Peter Bee <pbjd97@gmail.com>
This commit is contained in:
Peter Bee
2023-07-10 05:27:32 +08:00
committed by GitHub
parent 8d375ef12e
commit 36c5f19c95
12 changed files with 124 additions and 53 deletions

View File

@@ -784,7 +784,6 @@ static void spectrum_draw_event_cb(lv_event_t * e)
lv_opa_t opa = lv_obj_get_style_opa(obj, LV_PART_MAIN);
if(opa < LV_OPA_MIN) return;
lv_point_t poly[4];
lv_point_t center;
center.x = obj->coords.x1 + lv_obj_get_width(obj) / 2;
center.y = obj->coords.y1 + lv_obj_get_height(obj) / 2;