Searched refs:opt_extra (Results 1 – 1 of 1) sorted by relevance
123 char * opt_extra = lv_mem_buf_get(opt_len * LV_ROLLER_INF_PAGES); in lv_roller_set_options() local126 strcpy(&opt_extra[opt_len * i], options); in lv_roller_set_options()127 opt_extra[opt_len * (i + 1) - 1] = '\n'; in lv_roller_set_options()129 opt_extra[opt_len * LV_ROLLER_INF_PAGES - 1] = '\0'; in lv_roller_set_options()130 lv_label_set_text(label, opt_extra); in lv_roller_set_options()131 lv_mem_buf_release(opt_extra); in lv_roller_set_options()