test(lcd): fix i80 lcd example pytest failure

This commit is contained in:
Chen Jichang
2026-05-29 10:37:05 +08:00
parent c012538a2c
commit d6601de2fb
2 changed files with 1 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ void app_main(void)
ESP_LOGI(TAG, "Create LVGL task");
xTaskCreate(example_lvgl_port_task, "LVGL", EXAMPLE_LVGL_TASK_STACK_SIZE, NULL, EXAMPLE_LVGL_TASK_PRIORITY, NULL);
vTaskDelay(pdMS_TO_TICKS(10));
ESP_LOGI(TAG, "Display LVGL animation");
// Lock the mutex due to the LVGL APIs are not thread-safe
_lock_acquire(&lvgl_api_lock);

View File

@@ -8,4 +8,3 @@ CONFIG_LV_USE_FS_POSIX=y
# use 'S' (83 in ASCII) as drive letter for POSIX FS
CONFIG_LV_FS_POSIX_LETTER=83
CONFIG_LV_FS_POSIX_CACHE_SIZE=65535