Description
When set start angle = 0 and end angle = 360.
lv_arc can’t draw as full 360 arc.
It seems draw as 0 arc.
What MCU/Processor/Board and compiler are you using?
ESP32
What do you want to achieve?
When set start angle = 0 and end angle 360,
lv_arc can display full 360 arc.
What have you tried so far?
Code to reproduce
Screenshot and/or video
Anda
#2
Hi, you can modify lv_draw_mask_angle_init(…) like this
1 Like
What exactly did you modify?
1 Like
Anda
#4
Hi, look at this with marks
1 Like
Thank you very much.
It’s worked by edit as @anda advised
@Anda Can you send a pull request to https://github.com/littlevgl/lvgl? This seems like an appropriate fix.
Anda
#7