Home
last modified time | relevance | path

Searched refs:text_obj_create (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/render/
Dlv_demo_render.c277 static lv_obj_t * text_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in text_obj_create() function
294 obj = text_obj_create(parent, 3, 0); in text_cb()
296 obj = text_obj_create(parent, 3, 1); in text_cb()
299 obj = text_obj_create(parent, 3, 2); in text_cb()
304 obj = text_obj_create(parent, 3, 3); in text_cb()
307 obj = text_obj_create(parent, 3, 4); in text_cb()
310 obj = text_obj_create(parent, 3, 5); in text_cb()