mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-21 13:58:55 +00:00
修复首屏场景8及上电记忆
This commit is contained in:
@@ -885,7 +885,7 @@ void setup_scr_scene(lv_ui *ui)
|
||||
|
||||
//Write codes scene_s8_label
|
||||
ui->scene_s8_label = lv_label_create(ui->scene_tabview_1_tab_2);
|
||||
if( strlen((const char*)nvs_SysInfo.scen_array[6].Label) )
|
||||
if( strlen((const char*)nvs_SysInfo.scen_array[7].Label) )
|
||||
{
|
||||
lv_label_set_text_fmt(ui->scene_s8_label, "%s",nvs_SysInfo.scen_array[7].Label);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user