1. 完成了gif的显示测试(使用lvgl当中的gif解码器),测试通过

This commit is contained in:
Misaki
2025-08-26 10:07:46 +08:00
parent 7fa73d6183
commit f5df1d4739
9 changed files with 227 additions and 18 deletions
+2 -1
View File
@@ -25,8 +25,9 @@ void app_main(void)
// audio_test();
lcd_touch_lvgl_test();
// lcd_touch_lvgl_test();
gif_test();
ESP_GOTO(err);
err:
ESP_LOGI("app_main", "app_main error");