Home
last modified time | relevance | path

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

/lvgl-latest/examples/styles/
Dlv_example_style_11.c40 lv_obj_t * obj_warning = lv_obj_create(lv_screen_active()); in lv_example_style_11() local
41 lv_obj_add_style(obj_warning, &style_base, 0); in lv_example_style_11()
42 lv_obj_add_style(obj_warning, &style_warning, 0); in lv_example_style_11()
43 lv_obj_align(obj_warning, LV_ALIGN_RIGHT_MID, -20, 0); in lv_example_style_11()
45 label = lv_label_create(obj_warning); in lv_example_style_11()