1、摄像头添加SD卡录满处理;

2、修复摄像头、科大讯飞等相关问题;
This commit is contained in:
huxi
2026-01-08 11:29:46 +08:00
parent dc11ee3fc4
commit 36e62db3a4
65 changed files with 3092 additions and 2904 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
{
"-name": "BT_Watch",
"-type": "project",
"activePage": 84,
"activePage": 82,
"chip_type": "BR35",
"dpi_type": "72",
"lang_excel": "../../多国语言/多国语言_watch.xls",
@@ -360661,7 +360661,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 7,
"x": 8,
"y": 0
}
},
@@ -361002,7 +361002,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 162,
"x": 163,
"y": 0
}
},
@@ -361343,7 +361343,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 7,
"x": 8,
"y": 96
}
},
@@ -361684,7 +361684,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 162,
"x": 163,
"y": 96
}
},
@@ -362025,7 +362025,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 7,
"x": 8,
"y": 192
}
},
@@ -362366,7 +362366,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 162,
"x": 163,
"y": 192
}
},
@@ -362707,7 +362707,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 7,
"x": 8,
"y": 288
}
},
@@ -363048,7 +363048,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 162,
"x": 163,
"y": 288
}
},
@@ -363389,7 +363389,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 7,
"x": 8,
"y": 384
}
},
@@ -363730,7 +363730,7 @@
"rect": {
"height": 86,
"width": 145,
"x": 162,
"x": 163,
"y": 384
}
},
@@ -445368,7 +445368,8 @@
"compress": true,
"default": "M634",
"list": [
"M634"
"M634",
"M640"
],
"maxlength": 100,
"text_type": "default"
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -1
View File
@@ -1358,7 +1358,11 @@ static int jlgpu_scheduler_kick_start(pJLGPUMultTaskList_t mult_list, struct dra
for (int i = 0; i < page_draw.list_total; i++) {
if (page_draw.new_list_create & BIT(i)) {
jlgpu_task_list_copy_destroy(page_draw.new_task_list[i]);
if (page_draw.normal_list_flag & BIT(i)) {
jlgpu_delete_task_list_head(page_draw.new_task_list[i]);
} else {
jlgpu_task_list_copy_destroy(page_draw.new_task_list[i]);
}
}
}
@@ -61,7 +61,11 @@ struct ui_load_info ui_load_info_table[] = {
#endif
{2, 0, UI_MODE_PHY_FLASH, UI_MODE_PHY_BASE, SIDEBAR_PATH"sidebar.sty", NULL},
{3, 0, UI_MODE_PHY_FLASH, UI_MODE_PHY_BASE, NULL, NULL},
{4, 0, PHY_JL_INSERT_FLASH, 0, UPGRADE_PATH"upgrade.sty", NULL},
#if TCFG_NANDFLASH_DEV_ENABLE&&(!TCFG_SDFILE_INSERT_FLASH_ENABLE)
{4, 0, PHY_JL_NAND_FLASH, 0, UPGRADE_PATH"upgrade.sty", NULL},
#else
{4, 0, PHY_JL_INSERT_FLASH, 0, UPGRADE_PATH"upgrade.sty", NULL},
#endif
{-1, 0, PHY_JL_EXTERN_FLASH, 0, NULL, NULL},
};