Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c33 static lv_obj_t * widget1_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t…
134 static lv_obj_t * widget1_chart_label(lv_demo_high_res_ctx_t * c, lv_obj_t * parent, const char * t… in widget1_chart_label() function
198 lv_obj_t * hscale_label_1 = widget1_chart_label(c, chart_grid, "Aug 26"); in create_widget1()
200 lv_obj_t * hscale_label_2 = widget1_chart_label(c, chart_grid, "Sep 1"); in create_widget1()
203 lv_obj_t * vscale_label_1 = widget1_chart_label(c, chart_grid, "20\nkWh"); in create_widget1()
205 lv_obj_t * vscale_label_2 = widget1_chart_label(c, chart_grid, "10"); in create_widget1()
207 lv_obj_t * vscale_label_3 = widget1_chart_label(c, chart_grid, "0"); in create_widget1()