mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
test(lcd): fix i80 lcd example pytest failure
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user