.pio/libdeps/WT32-SC01-PLUS/lv_demos/src/lv_demo_widgets/lv_demo_widgets.c:1284:41: error: 'lv_obj_draw_part_dsc_t' {aka 'struct <anonymous>'} has no member named 'clip_area'; did you mean 'draw_area'? lv_draw_rect(&bg_area, dsc->clip_area, &rect_dsc); .pio/libdeps/...
I'm making a code that returns a struct with random values. I keep getting error: incompatible types when returning type 'student {aka struct }' but 'struct student *' was expected return s; I've tried many things and have looked all over the internet, but i couldn'...