Searched refs:widget2_chart_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_ev_charging.c | 52 static lv_obj_t * widget2_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t… 323 static lv_obj_t * widget2_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t… in widget2_chart_label() function 389 lv_obj_t * hscale_label_1 = widget2_chart_label(c, chart_grid, "Aug 2"); in create_widget2() 391 lv_obj_t * hscale_label_2 = widget2_chart_label(c, chart_grid, "Sep 1"); in create_widget2() 394 lv_obj_t * vscale_label_1 = widget2_chart_label(c, chart_grid, "95\nkWh"); in create_widget2() 396 lv_obj_t * vscale_label_2 = widget2_chart_label(c, chart_grid, "48"); in create_widget2() 398 lv_obj_t * vscale_label_3 = widget2_chart_label(c, chart_grid, "0"); in create_widget2()
|