first commit

This commit is contained in:
wen
2025-09-30 13:08:23 +08:00
parent ec83999cef
commit 015a4f689d
38 changed files with 628 additions and 593 deletions

View File

@@ -603,23 +603,23 @@ void gui_guider_init(void)
////speech_uart_int();
//上电设置亮度
disp_driver_backlight_set(GET_nvs_Sys_Info_backlight());
LOG_I("backlight:0x%d",GET_nvs_Sys_Info_backlight());
LOG_I_LINE("backlight:0x%d",GET_nvs_Sys_Info_backlight());
//创建任务 监控内存
monitor_thread = rt_thread_create("monitor", //名称
monitorTask, //线程代码
RT_NULL, //参数
4096, //栈大小
11, //优先级
10); //时间片
if (monitor_thread != RT_NULL)
{
rt_thread_startup(monitor_thread); //线程进入就绪态
}
else
{
LOG_I("monitor_thread create failure\n");
}
// //创建任务 监控内存
// monitor_thread = rt_thread_create("monitor", //名称
// monitorTask, //线程代码
// RT_NULL, //参数
// 4096, //栈大小
// 11, //优先级
// 10); //时间片
// if (monitor_thread != RT_NULL)
// {
// rt_thread_startup(monitor_thread); //线程进入就绪态
// }
// else
// {
// LOG_I_LINE("monitor_thread create failure\n");
// }
#else
// #define IMG_SWICH_test "L:/rodata/lvgl_data/test1.png"