1. 完成了PWR按键相关的测试,测试通过
2. 完成了语言识别测试,测试基本通过,后续需要修改从sd卡导入模型以配合ota
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "SD_MMC.h"
|
||||
#include "I2C_Driver.h"
|
||||
#include "ST77916.h"
|
||||
#include "tools.h"
|
||||
|
||||
#include <esp_log.h>
|
||||
static const char *tTAG = "GIF_TEST";
|
||||
@@ -153,6 +154,9 @@ void gif_display_test(void)
|
||||
{
|
||||
ESP_LOGI(tTAG, "======== GIF 显示测试开始 ========");
|
||||
|
||||
ESP_LOGI(tTAG, "1. 创建系统内存打印任务...");
|
||||
create_print_sys_memory_task();
|
||||
|
||||
/* 1. 初始化 SD 卡 */
|
||||
ESP_LOGI(tTAG, "1. 初始化 SD 卡...");
|
||||
SD_Init(); // 你的挂载函数
|
||||
@@ -175,4 +179,10 @@ void gif_display_test(void)
|
||||
vTaskDelay(pdMS_TO_TICKS(10));
|
||||
lv_timer_handler();
|
||||
}
|
||||
}
|
||||
|
||||
void gif_display_test_1(void) {
|
||||
ESP_LOGI(tTAG, "3. 开始显示 GIF...");
|
||||
|
||||
red_gif_test();
|
||||
}
|
||||
Reference in New Issue
Block a user