Description
In the canvas
widget, a vector can be drawn on the canvas’ draw-layer
/ canvas’ draw_buffer
.
However, I want to draw a Bezier curve on a rectangle widget during LV_EVENT_DRAW_MAIN
.
Is it possible to draw vector_path
and lv_draw_vector(...)
on LV_EVENT_DRAW_MAIN
of the rectangle widget?
If so, is there a code example?
Or is it possible to have lv_bezier_line_dsc_t
and lv_draw_bezier_line(...)
, lv_draw_sw_bezier_line(...)
etc… ?
Thank you.