chore(demos): fix spelling error in demos (#7479)
Signed-off-by: bjsylvia <bjsylvia@163.com>
This commit is contained in:
@@ -32,7 +32,7 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* Run all benchmark scenes.
|
* Run all benchmark scenes.
|
||||||
*
|
*
|
||||||
* On the summary end screen the values shall be interpreted according to the followings:
|
* On the summary end screen the values shall be interpreted according to the following:
|
||||||
* - CPU usage:
|
* - CPU usage:
|
||||||
* - If `LV_SYSMON_GET_IDLE` is not modified it's measured based on the time spent in
|
* - If `LV_SYSMON_GET_IDLE` is not modified it's measured based on the time spent in
|
||||||
* `lv_timer_handler`.
|
* `lv_timer_handler`.
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ void view_create(lv_obj_t * par, view_t * ui)
|
|||||||
ui->root = obj_child_node_create(par, ui);
|
ui->root = obj_child_node_create(par, ui);
|
||||||
lv_obj_set_size(ui->root, lv_pct(50), lv_pct(80));
|
lv_obj_set_size(ui->root, lv_pct(50), lv_pct(80));
|
||||||
|
|
||||||
/* mian ctrl_pad */
|
/* main ctrl_pad */
|
||||||
lv_obj_t * obj = lv_obj_create(par);
|
lv_obj_t * obj = lv_obj_create(par);
|
||||||
lv_obj_set_size(obj, lv_pct(40), lv_pct(80));
|
lv_obj_set_size(obj, lv_pct(40), lv_pct(80));
|
||||||
lv_obj_set_style_pad_all(obj, 0, 0);
|
lv_obj_set_style_pad_all(obj, 0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user