From a42184d7b7c357768d580a45b64331382df96ca7 Mon Sep 17 00:00:00 2001 From: Chen Jichang Date: Fri, 29 May 2026 10:37:05 +0800 Subject: [PATCH] test(lcd): fix i80 lcd example pytest failure --- .../lcd/i80_controller/main/i80_controller_example_main.c | 2 +- .../peripherals/lcd/i80_controller/sdkconfig.ci.image_in_fs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/peripherals/lcd/i80_controller/main/i80_controller_example_main.c b/examples/peripherals/lcd/i80_controller/main/i80_controller_example_main.c index 6418a947387..693d8d6e7be 100644 --- a/examples/peripherals/lcd/i80_controller/main/i80_controller_example_main.c +++ b/examples/peripherals/lcd/i80_controller/main/i80_controller_example_main.c @@ -360,7 +360,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); diff --git a/examples/peripherals/lcd/i80_controller/sdkconfig.ci.image_in_fs b/examples/peripherals/lcd/i80_controller/sdkconfig.ci.image_in_fs index 7c5b547dc4f..ffa8e138f32 100644 --- a/examples/peripherals/lcd/i80_controller/sdkconfig.ci.image_in_fs +++ b/examples/peripherals/lcd/i80_controller/sdkconfig.ci.image_in_fs @@ -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