Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c33 static void app_card_create(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * text,
153app_card_create(c, apps, "EV Charging", c->imgs[IMG_EV_CHARGING_APP_ICON], lv_demo_high_res_app_ev… in lv_demo_high_res_home()
154app_card_create(c, apps, "Smart Home", c->imgs[IMG_SMART_HOME_APP_ICON], lv_demo_high_res_app_smar… in lv_demo_high_res_home()
155app_card_create(c, apps, "Smart Meter", c->imgs[IMG_SMART_METER_APP_ICON], lv_demo_high_res_app_sm… in lv_demo_high_res_home()
156app_card_create(c, apps, "Thermostat", c->imgs[IMG_THERMOSTAT_APP_ICON], lv_demo_high_res_app_ther… in lv_demo_high_res_home()
157 app_card_create(c, apps, "About", c->imgs[IMG_ABOUT_APP_ICON], lv_demo_high_res_app_about); in lv_demo_high_res_home()
236 static void app_card_create(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * text, in app_card_create() function