#include <string.h> #include <unistd.h> #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_log.h" #include "driver/gpio.h" #include "esp_timer.h" #include <lvgl.h> #include "lv_conf.h" #include "demos/lv_demos.h" #include <LovyanG...