Closed cydergoth closed 1 year ago
lv_style_value_t v; lv_res_t res = lv_style_get_prop(&style, LV_STYLE_BG_COLOR, &v); if(res == LV_RES_OK) { /*Found*/ do_something(v.color); }
From : https://docs.lvgl.io/master/overview/style.html
WIll get to this tomorrow, the animation stuff is turning out to be a massive pain. But thanks!
From : https://docs.lvgl.io/master/overview/style.html