experiements with improving styles

This commit is contained in:
Gabor Kiss-Vamosi
2020-12-16 10:22:13 +01:00
parent 6d964609e5
commit 74d19b109c
25 changed files with 2804 additions and 3965 deletions

View File

@@ -75,7 +75,7 @@ void lv_draw_arc(lv_coord_t center_x, lv_coord_t center_y, uint16_t radius, uin
if(dsc->width == 0) return;
if(start_angle == end_angle) return;
lv_style_int_t width = dsc->width;
lv_coord_t width = dsc->width;
if(width > radius) width = radius;
lv_draw_rect_dsc_t cir_dsc;