修复首屏场景8及上电记忆

This commit is contained in:
wen
2025-10-10 16:07:04 +08:00
parent b2789fecaa
commit c946907407
25 changed files with 179 additions and 136 deletions

View File

@@ -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);
}