Hello I use an ESP32 and I fiddle with lvgl. Wo this is a great Project
My C++ skills are limited and I got an Error in a function
static void set_needle_line_value(void * obj, int32_t v)
{
lv_scale_set_line_needle_value(obj, needle_line, 60, v);
}
invalid conversion from 'void*' to 'lv_obj_t*' [-fpermissive]
I have no clue how to solve this.