I want to update/change the range of a slider after initial set. LVGL v7 suggest that this can be done using by creating a task (lv_task_t * myTask) with a task periodic task call back. But I can find no reference to this in the V8 documentation. So my question is how do change the range of a slider after initial set. The min and max range values are in this case set by the user with a pair of rollers with the change of value event initiating the update of the slider range.
I`m pretty sure that will work, i normally use the LV_EVENT_CLICKED to filter my buttons, but just to be sure use the all flag and filter inside the cb.
Edit: also are you adding the btn to the keygroup??