Home
last modified time | relevance | path

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

/lvgl-3.4.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c145 lv_obj_t * ta1 = lv_textarea_create(parent); in text_input_create() local
146 lv_obj_set_width(ta1, LV_PCT(100)); in text_input_create()
147 lv_textarea_set_one_line(ta1, true); in text_input_create()
148 lv_textarea_set_placeholder_text(ta1, "Click with an encoder to show a keyboard"); in text_input_create()
158 lv_obj_add_event_cb(ta1, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create()