#include "lvgl.h" /** * Create the Tactility spinner widget * @param parent pointer to an object, it will be the parent of the new spinner. * @return the created spinner */ lv_obj_t* tt_spinner_create(lv_obj_t* parent);