diff --git a/lvgl_tft/esp_lcd_backlight.c b/lvgl_tft/esp_lcd_backlight.c index 6e3f2e3..f544120 100644 --- a/lvgl_tft/esp_lcd_backlight.c +++ b/lvgl_tft/esp_lcd_backlight.c @@ -12,7 +12,7 @@ #include "esp_log.h" #include "soc/ledc_periph.h" // to invert LEDC output on IDF version < v4.3 -#include "esp_rom/include/esp_rom_gpio.h" +#include "esp_rom_gpio.h" #include "soc/gpio_sig_map.h" typedef struct {