From 94244ad432d4c45a12412bb5067635a63567b8fc Mon Sep 17 00:00:00 2001 From: C47D Date: Wed, 13 Oct 2021 23:20:31 -0500 Subject: [PATCH] il3820: Replace ESP_LOG with LVGL logging --- lvgl_tft/il3820.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lvgl_tft/il3820.c b/lvgl_tft/il3820.c index 4fe8e82..779cfa2 100644 --- a/lvgl_tft/il3820.c +++ b/lvgl_tft/il3820.c @@ -30,7 +30,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH *********************/ #include "disp_spi.h" #include "driver/gpio.h" -#include "esp_log.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" @@ -279,7 +278,7 @@ static void il3820_waitbusy(int wait_ms) vTaskDelay(10 / portTICK_RATE_MS); } - ESP_LOGE( TAG, "busy exceeded %dms", i*10 ); + LV_LOG_ERROR( TAG, "busy exceeded %dms", i*10 ); } /* Set DC signal to command mode */