一、arc控件
arc控件的API在lvgl/src/widgets/arc/lv_arc.h 中声明,以lv_arc_xxx命名。
arc控件由背景圆弧和前景圆弧组成,前景圆弧的末端有一个旋钮,前景圆弧可以被触摸调节。
1. 创建arc对象
/**
* Create an arc object
* @param parent pointer to an object, it will be the parent of the new arc
* @return pointer to the created arc
*/
lv_obj_t * lv_arc_create(lv_obj_t * parent);
默认创建的arc对象如下,不是一个完整的圆弧,默认支持拖动。








![如何用一根网线和51单片机做简单门禁[带破解器]](https://img-blog.csdnimg.cn/img_convert/f3606e7d17fc7cc3ca2655ffb2f64732.jpeg)
![[NISACTF 2022]sign-ezc++](https://img-blog.csdnimg.cn/direct/34f816de7c39403a9cb6721fe014c16d.png)










