Searched refs:apps (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 141 lv_obj_t * apps = lv_obj_create(bg_cont); in lv_demo_high_res_home() local 142 lv_obj_remove_style_all(apps); in lv_demo_high_res_home() 143 lv_obj_set_size(apps, LV_PCT(100), LV_SIZE_CONTENT); in lv_demo_high_res_home() 144 lv_obj_set_style_pad_bottom(apps, c->sz->gap[10], 0); in lv_demo_high_res_home() 145 lv_obj_set_style_pad_left(apps, c->sz->gap[10], 0); in lv_demo_high_res_home() 146 lv_obj_set_style_pad_right(apps, c->sz->gap[10], 0); in lv_demo_high_res_home() 147 lv_obj_set_style_border_side(apps, LV_BORDER_SIDE_BOTTOM, 0); in lv_demo_high_res_home() 148 lv_obj_set_style_border_color(apps, lv_color_black(), 0); in lv_demo_high_res_home() 149 lv_obj_set_style_border_width(apps, 1, 0); in lv_demo_high_res_home() 150 lv_obj_set_style_border_opa(apps, 8 * 255 / 100, 0); in lv_demo_high_res_home() [all …]
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_list.c | 50 static app_t apps[MAX_APPS]; variable 67 apps[num_apps].name = name; in lv_demo_smartwatch_register_app_cb() 68 apps[num_apps].icon = icon; in lv_demo_smartwatch_register_app_cb() 69 apps[num_apps].main = entry; in lv_demo_smartwatch_register_app_cb() 131 if(*apps[index].main == NULL) { in app_list_clicked_external_event_cb() 136 lv_screen_load_anim(*apps[index].main, LV_SCR_LOAD_ANIM_MOVE_LEFT, 500, 0, false); in app_list_clicked_external_event_cb()
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 13 that aren’t available as static fonts. Not all apps support variable fonts, and 40 In desktop apps
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 109 $ git clone https://github.com/apache/incubator-nuttx-apps apps
|
/lvgl-latest/docs/details/integration/driver/ |
D | wayland.rst | 160 * Eventually add enhanced support for XDG shell to allow the creation of desktop apps on Unix-like …
|