This commit is contained in:
suchmememanyskill
2025-07-10 15:15:04 +02:00
parent 5df709e083
commit d9d6789a21

View File

@@ -172,6 +172,8 @@ static void make_vertical_slider(
lv_obj_add_event_cb(top_label, position_change, LV_EVENT_MSG_RECEIVED, slider); lv_obj_add_event_cb(top_label, position_change, LV_EVENT_MSG_RECEIVED, slider);
} }
/* TODO: Make vertical button row with +1, +0.1, -0.1, -1, maybe with MAX - 30 */
static void make_horizontal_slider( static void make_horizontal_slider(
lv_obj_t* parent, lv_obj_t* parent,
const char* axis, const char* axis,