1. 完成了SDMMC的超频,从20MHz提升到40MHz,测试通过

This commit is contained in:
Misaki
2025-08-27 22:40:17 +08:00
parent f5df1d4739
commit f13bb5a230
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ static bool get_gif_wh(const uint8_t *raw, uint32_t *w, uint32_t *h)
void red_gif_test(void)
{
size_t gif_len = 0;
uint8_t *gif_data = get_gif_data("xwzy_m.gif", &gif_len);
uint8_t *gif_data = get_gif_data("sequence02m.gif", &gif_len);
ESP_LOGI("GIF", "GIF 文件大小 %zu 字节", gif_len);
if (!gif_data) return;