I gave up the canvas, now i m developing a object for analogue dial, i get lmeter for reference object. Now i draw my dial on Visual studio simulation;
but take errors to lvgl objects in now on cube ide.
This is page create module;
This is Analog Dial module;
https://github.com/nesetaydinn/lvglanaloguedialdesing/blob/master/tos_anologClock.c
https://github.com/nesetaydinn/lvglanaloguedialdesing/blob/master/tos_anologClock.h
/only draw static dial for now/
This is compiler error outputs;
i defined at lv_conf.h
/tos_Analog Clock/
#define TOS_ANOLOG_CLOCK 1
and i added at lv_theme.h
#if TOS_ANOLOG_CLOCK != 0
lv_style_t * tos_anologClock;
#endif