不使用最新版本的lvgl

This commit is contained in:
2026-02-24 19:13:27 +08:00
parent f3cb27e168
commit c85dfa31ed
1318 changed files with 642671 additions and 20 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ static void my_print(lv_log_level_t level, const char *buf)
void lv_log_to_esp_init()
{
//lv_log_register_print_cb(my_print);
lv_log_register_print_cb(my_print);
}