请问曲线组件在程序运行时,怎么禁止人为触摸改变?
Hi @CHD,
For this issue you could clear the clickable flag of arc widgets.
For example, here are two ways to achieve the goal:
lv_obj_clear_flag(ui->screen_arc_1, LV_OBJ_FLAG_CLICKABLE);
Hope it helps you.
Best Regards,
Wenbin