#include "esp_lcd_panel_io.h" #include "esp_lcd_panel_ops.h" #define EXAMPLE_PIN_NUM_SDA GPIO_NUM_21 #define EXAMPLE_PIN_NUM_SCL GPIO_NUM_22 #else #define EXAMPLE_PIN_NUM_SDA GPIO_NUM_21 #define ...
#define EXAMPLE_LVGL_TASK_MIN_DELAY_MS 1000 / CONFIG_FREERTOS_HZ // To use LV_COLOR_FORMAT_I1, we need an extra buffer to hold the converted data static uint8_t oled ...