Skip to content

ERROR: no matching function for call to 'ledc_timer_config_t::ledc_timer_config_t(<brace-enclosed initializer list>)' #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
SimoDolcio opened this issue Feb 8, 2025 · 7 comments

Comments

@SimoDolcio
Copy link

hi,
1. development environment is as follows.
Verbose mode can be enabled via -v, --verbose option
inizio dello script
copia dei file di configurazione
copio il file lv_conf.h nella cartella delle librerie locale
srclvglconf: C:\Progetti\ESP32\IOTHome\configFile\lv_conf.h
destlvglconf: C:\Progetti\ESP32\IOTHome.pio\libdeps\esp32s3box\lv_conf.h
lv_conf.h non copiato, file già presente e non modificato
fine dello script
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32s3box.html
PLATFORM: Espressif 32 (6.9.0) > Espressif ESP32-S3-Box
HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:

  • framework-arduinoespressif32 @ 3.20017.241212+sha.dcc1105b
  • tool-esptoolpy @ 1.40501.0 (4.5.1)
  • toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
  • toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5
    LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
    LDF Modes: Finder ~ chain, Compatibility ~ soft
    Found 46 compatible libraries
    Scanning dependencies...
    Dependency Graph
    |-- Waveshare_ST7262_LVGL @ 0.1.0
    |-- ESP32_Display_Panel @ 0.1.8+sha.3f6322b
    |-- ESP32_IO_Expander @ 0.0.3+sha.e5378da
    |-- lvgl @ 8.3.11
    |-- ArduinoJson @ 7.3.0
    |-- Adafruit_VL53L0X @ 1.2.4
    |-- FS @ 2.0.0
    |-- SD @ 2.0.0
    |-- SPI @ 2.0.0
    Building in release mode

2. Build Error

pio/libdeps/esp32s3box/ESP32_Display_Panel/src/backlight/ESP_PanelBacklight.cpp: In constructor 'ESP_PanelBacklight::ESP_PanelBacklight(int, bool, bool)':
.pio/libdeps/esp32s3box/ESP32_Display_Panel/src/backlight/ESP_PanelBacklight.cpp:18:92: error: no matching function for call to 'ledc_timer_config_t::ledc_timer_config_t()'
_channel_config(ESP_PANEL_BACKLIGHT_LEDC_CHANNEL_CONFIG_DEFAULT(io_num, light_up_level))
^
In file included from .pio/libdeps/esp32s3box/ESP32_Display_Panel/src/backlight/ESP_PanelBacklight.h:9,
from .pio/libdeps/esp32s3box/ESP32_Display_Panel/src/backlight/ESP_PanelBacklight.cpp:8:
C:/Users/simon/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/driver/ledc.h:56:3: note: candidate: 'ledc_timer_config_t::ledc_timer_config_t()'
} ledc_timer_config_t;
^~~~~~~~~~~~~~~~~~~
C:/Users/simon/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/driver/ledc.h:56:3: note: candidate expects 0 arguments, 1 provided
C:/Users/simon/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/driver/ledc.h:56:3: note: candidate: 'constexpr ledc_timer_config_t::ledc_timer_config_t(const ledc_timer_config_t&)'
C:/Users/simon/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/driver/ledc.h:56:3: note: no known conversion for argument 1 from '' to 'const ledc_timer_config_t&'
C:/Users/simon/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/driver/ledc.h:56:3: note: candidate: 'constexpr ledc_timer_config_t::ledc_timer_config_t(ledc_timer_config_t&&)'
C:/Users/simon/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/driver/ledc.h:56:3: note: no known conversion for argument 1 from '' to 'ledc_timer_config_t&&'
*** [.pio\build\esp32s3box\lib4c2\ESP32_Display_Panel\backlight\ESP_PanelBacklight.cpp.o] Error 1
==================================================================== [FAILED] Took 70.94 seconds ====================================================================

please gime me a help to resolve the problem

thanks

@Lzw655
Copy link
Collaborator

Lzw655 commented Feb 8, 2025

Hi @SimoDolcio,

I think your project has the following two issues:

  1. The version of framework-arduinoespressif32 you are using is relatively old. I recommend referring to the example to use a version that matches this library.
  2. The versions of ESP32_Display_Panel and its dependencies are also outdated. Similarly, I recommend referring to the example to use the latest versions.

@SimoDolcio
Copy link
Author

SimoDolcio commented Feb 8, 2025

hi @Lzw655
I followed what was reported on the links.
I get the following error:

Configuring toolchain packages from a remote source...
Tool Manager: Installing espressif/toolchain-riscv32-esp @ 13.2.0+20240530
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 13.2.0+20240530' requirements for your system 'windows_amd64'

I also tried this solution
"
Just delete C:\Users<user>.platformio\platforms\espressif32 and create the project again. It will download the latest version.*
"
thanks for your support

@Lzw655
Copy link
Collaborator

Lzw655 commented Feb 11, 2025

Could you try to use the following platform configurations?

platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform_packages =
    platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#3.1.1
; Use high performance libraries to improve the performance, and avoid esp32s3 RGB LCD screen drifting issue
    platformio/framework-arduinoespressif32-libs@https://dl.espressif.com/AE/esp-arduino-libs/esp32-3.1.1-h.zip

@SimoDolcio
Copy link
Author

Hi,
I tried use the example for platformIO in this link example and I configurated every header file.

now the build is right, but the linker fail, with arduino IDE work correctly

ERROR:

Verbose mode can be enabled via -v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/ESP-LCD.html
PLATFORM: Espressif 32 (53.3.11) > ESP-LCD (8M QIO Flash & OPI PSRAM)
HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash
DEBUG: Current (esp-builtin) On-board (esp-builtin) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:

  • framework-arduinoespressif32 @ 3.0.3+sha.7a82915
  • framework-arduinoespressif32-libs @ 5.1.4+sha.dc859c1e67.sha.7cfef9a
  • tool-esptoolpy @ 4.8.5
  • tool-mklittlefs @ 3.2.0
  • tool-riscv32-esp-elf-gdb @ 14.2.0+20240403
  • tool-xtensa-esp-elf-gdb @ 14.2.0+20240403
  • toolchain-riscv32-esp @ 13.2.0+20240530
  • toolchain-xtensa-esp-elf @ 13.2.0+20240530
    LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
    LDF Modes: Finder ~ chain, Compatibility ~ soft
    Found 42 compatible libraries
    Scanning dependencies...
    Dependency Graph
    |-- ESP32_Display_Panel @ 0.2.3+sha.32cdcee
    |-- ESP32_IO_Expander @ 0.1.0+sha.bccbedd
    |-- lvgl @ 8.3.11+sha.4d96c27
    Building in release mode
    Compiling .pio\build\ESP-LCD\src\lvgl_port_v8.cpp.o
    Compiling .pio\build\ESP-LCD\src\main.cpp.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\panel\ESP_Panel.cpp.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\ST7123.cpp.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\TT21100.cpp.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\XPT2046.cpp.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_cst816s.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_ft5x06.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_gt1151.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_gt911.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_st1633.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_st7123.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_tt21100.c.o
    Compiling .pio\build\ESP-LCD\lib57a\ESP32_Display_Panel\touch\base\esp_lcd_touch_xpt2046.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_disp.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_event.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_group.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/../hal/../draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/../hal/lv_hal_disp.h:21,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/../hal/lv_hal.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_disp.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_disp.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../hal/../draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_group.h:17,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_group.c:11:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_event.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Archiving .pio\build\ESP-LCD\lib57a\libESP32_Display_Panel.a
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_indev.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_indev_scroll.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_indev.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_indev.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_class.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_indev.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_indev_scroll.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_class.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_draw.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_pos.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_scroll.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/../draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_draw.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_pos.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_style.c.o
    ~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/../misc/lv_area.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_scroll.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_scroll.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_style.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_style_gen.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_style_gen.c:1:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_obj_tree.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_refr.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\core\lv_theme.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\arm2d\lv_gpu_arm2d.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_refr.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_refr.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_obj_tree.c:11:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/core/../../src/misc/lv_log.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/../../lvgl.h:25,
    from .pio/libdeps/ESP-LCD/lvgl/src/core/lv_theme.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/core/../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/arm2d/../../misc/lv_color.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/arm2d/lv_gpu_arm2d.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/arm2d/lv_gpu_arm2d.c:55:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/arm2d/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_arc.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_img.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_label.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_arc.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_img_decoder.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_img.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_img.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_label.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_layer.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_line.c.o
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_layer.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_mask.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_rect.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/../core/lv_obj.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/../core/lv_refr.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_line.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_transform.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_mask.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_rect.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_transform.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_draw_triangle.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_img_buf.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_img_cache.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_draw_triangle.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/../misc/lv_color.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_img_buf.h:17,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_img_buf.c:11:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/../misc/lv_assert.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_img_cache.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\lv_img_decoder.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\pxp\lv_draw_pxp.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_img_decoder.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/lv_img_decoder.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\pxp\lv_draw_pxp_blend.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_draw_pxp.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_draw_pxp.c:34:
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\pxp\lv_gpu_nxp_pxp.c.o
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_draw_pxp_blend.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_draw_pxp_blend.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\pxp\lv_gpu_nxp_pxp_osa.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_draw_vglite.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_draw_vglite_arc.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_draw_vglite_blend.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp_osa.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/lv_gpu_nxp_pxp_osa.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/pxp/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_arc.h:40,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_arc.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_blend.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_blend.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_draw_vglite_line.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_draw_vglite_rect.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_vglite_buf.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\nxp\vglite\lv_vglite_utils.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_line.h:41,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_line.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_vglite_buf.h:40,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_vglite_buf.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_rect.h:40,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_draw_vglite_rect.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_vglite_utils.h:40,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/lv_vglite_utils.c:34:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/nxp/vglite/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\renesas\lv_gpu_d2_draw_label.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\renesas\lv_gpu_d2_ra6m3.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_arc.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/../../draw/../misc/lv_bidi.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/../../draw/lv_draw_label.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/lv_gpu_d2_draw_label.c:11:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/../../draw/../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/../../misc/lv_color.h:16,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/lv_gpu_d2_ra6m3.h:15,
    from .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/lv_gpu_d2_ra6m3.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/renesas/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_arc.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_bg.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_composite.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_img.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_bg.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_label.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_layer.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_composite.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_img.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_label.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_line.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_mask.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_polygon.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_layer.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_line.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_rect.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_mask.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_polygon.c:9:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_stack_blur.c.o
    Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_texture_cache.c.o
    In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_rect.c:10:
    .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
    46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
    | ^~~~~~~Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sdl\lv_draw_sdl_utils.c.o

Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\stm32_dma2d\lv_gpu_stm32_dma2d.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_stack_blur.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_stack_blur.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_texture_cache.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/lv_draw_sdl_utils.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sdl/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/stm32_dma2d/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/stm32_dma2d/lv_gpu_stm32_dma2d.h:13,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/stm32_dma2d/lv_gpu_stm32_dma2d.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/stm32_dma2d/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_arc.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_blend.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../lv_draw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_arc.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_dither.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_gradient.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../core/../misc/lv_area.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../core/lv_obj_pos.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_dither.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_dither.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../core/../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_img.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_gradient.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_gradient.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_layer.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_img.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_letter.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_layer.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_line.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_letter.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_polygon.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_rect.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_line.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_polygon.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\sw\lv_draw_sw_transform.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_rect.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_blend.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/sw/lv_draw_sw_transform.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/sw/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\draw\swm341_dma2d\lv_gpu_swm341_dma2d.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\layouts\flex\lv_flex.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/draw/swm341_dma2d/../../misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/swm341_dma2d/lv_gpu_swm341_dma2d.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/draw/swm341_dma2d/lv_gpu_swm341_dma2d.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/draw/swm341_dma2d/../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/flex/../flex/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/flex/../flex/lv_flex.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/flex/../lv_layouts.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/flex/lv_flex.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/flex/../flex/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\layouts\grid\lv_grid.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\bmp\lv_bmp.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/grid/../flex/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/grid/../flex/lv_flex.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/grid/../lv_layouts.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/grid/lv_grid.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/layouts/grid/../flex/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\ffmpeg\lv_ffmpeg.c.o

In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/bmp/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/bmp/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/bmp/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/bmp/lv_bmp.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/bmp/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\freetype\lv_freetype.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/ffmpeg/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/ffmpeg/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/ffmpeg/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/ffmpeg/lv_ffmpeg.h:15,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/ffmpeg/lv_ffmpeg.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/ffmpeg/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors' 46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/freetype/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/freetype/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/freetype/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/freetype/lv_freetype.h:15,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/freetype/lv_freetype.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/freetype/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\fsdrv\lv_fs_fatfs.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\fsdrv\lv_fs_littlefs.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\fsdrv\lv_fs_posix.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/lv_fs_fatfs.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/lv_fs_littlefs.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\fsdrv\lv_fs_stdio.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/lv_fs_posix.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/lv_fs_stdio.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\fsdrv\lv_fs_win32.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\gif\gifdec.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\gif\lv_gif.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/lv_fs_win32.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/fsdrv/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/../../../misc/lv_fs.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/gifdec.h:5,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/gifdec.c:1:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/../../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\png\lodepng.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/lv_gif.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/lv_gif.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/gif/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\png\lv_png.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\qrcode\lv_qrcode.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/lodepng.h:31,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/lodepng.c:31:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\qrcode\qrcodegen.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/lv_png.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/png/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/lv_qrcode.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/lv_qrcode.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors' 46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\rlottie\lv_rlottie.c.o
~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\sjpg\lv_sjpg.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/../../../misc/lv_assert.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/qrcodegen.c:28:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/qrcode/../../../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\sjpg\tjpgd.c.o
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/rlottie/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/rlottie/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/rlottie/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/rlottie/lv_rlottie.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/rlottie/lv_rlottie.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/rlottie/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/tjpgd.h:11,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/tjpgd.c:27:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\libs\tiny_ttf\lv_tiny_ttf.c.o

In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/../../../lvgl.h:17,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\lv_extra.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/lv_sjpg.c:48:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/sjpg/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\fragment\lv_fragment.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/tiny_ttf/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/tiny_ttf/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/tiny_ttf/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/tiny_ttf/lv_tiny_ttf.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/libs/tiny_ttf/lv_tiny_ttf.c:1:
.pio/libdeps/ESP-LCD/lvgl/src/extra/libs/tiny_ttf/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/lv_extra.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\fragment\lv_fragment_manager.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/fragment/lv_fragment.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/fragment/lv_fragment.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/fragment/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\gridnav\lv_gridnav.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\ime\lv_ime_pinyin.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/fragment/lv_fragment.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/fragment/lv_fragment_manager.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/fragment/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\imgfont\lv_imgfont.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\monkey\lv_monkey.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/ime/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/ime/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/ime/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/ime/lv_ime_pinyin.h:15,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/ime/lv_ime_pinyin.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/ime/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/gridnav/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/gridnav/lv_gridnav.h:56,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/gridnav/lv_gridnav.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/gridnav/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/imgfont/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/imgfont/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/imgfont/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/imgfont/lv_imgfont.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/imgfont/lv_imgfont.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/imgfont/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/monkey/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/monkey/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/monkey/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/monkey/lv_monkey.h:15,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/monkey/lv_monkey.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/monkey/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\msg\lv_msg.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\others\snapshot\lv_snapshot.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\themes\basic\lv_theme_basic.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\themes\default\lv_theme_default.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/msg/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/msg/lv_msg.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/msg/lv_msg.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/msg/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/basic/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/basic/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/basic/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/basic/lv_theme_basic.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/themes/basic/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/snapshot/lv_snapshot.h:19,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/others/snapshot/lv_snapshot.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/others/snapshot/../../../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/default/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/default/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/default/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/default/lv_theme_default.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/themes/default/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\themes\mono\lv_theme_mono.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\animimg\lv_animimg.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\calendar\lv_calendar.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/mono/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/mono/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/mono/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/themes/mono/lv_theme_mono.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/themes/mono/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors' 46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/animimg/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/animimg/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/animimg/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/animimg/lv_animimg.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/animimg/lv_animimg.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/animimg/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/../../../widgets/lv_btnmatrix.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/lv_calendar.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/lv_calendar.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/../../../widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\calendar\lv_calendar_header_arrow.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\calendar\lv_calendar_header_dropdown.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\chart\lv_chart.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/lv_calendar_header_arrow.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/lv_calendar_header_arrow.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/lv_calendar_header_dropdown.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/lv_calendar_header_dropdown.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/calendar/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/chart/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/chart/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/chart/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/chart/lv_chart.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/chart/lv_chart.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/chart/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\colorwheel\lv_colorwheel.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\imgbtn\lv_imgbtn.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\keyboard\lv_keyboard.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/colorwheel/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/colorwheel/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/colorwheel/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/colorwheel/lv_colorwheel.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/colorwheel/lv_colorwheel.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/colorwheel/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get
errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/imgbtn/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/imgbtn/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/imgbtn/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/imgbtn/lv_imgbtn.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/imgbtn/lv_imgbtn.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/imgbtn/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/keyboard/../../../widgets/lv_btnmatrix.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/keyboard/lv_keyboard.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/keyboard/lv_keyboard.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/keyboard/../../../widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\led\lv_led.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\list\lv_list.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\menu\lv_menu.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\meter\lv_meter.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/led/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/led/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/led/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/led/lv_led.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/led/lv_led.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/led/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors' 46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/list/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/list/lv_list.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/list/lv_list.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/list/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/meter/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/meter/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/meter/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/meter/lv_meter.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/meter/lv_meter.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/meter/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/menu/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/menu/lv_menu.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/menu/lv_menu.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/menu/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\msgbox\lv_msgbox.c.o
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\span\lv_span.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\spinbox\lv_spinbox.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\spinner\lv_spinner.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/span/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/span/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/span/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/span/lv_span.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/span/lv_span.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/span/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/msgbox/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/msgbox/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/msgbox/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/msgbox/lv_msgbox.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/msgbox/lv_msgbox.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/msgbox/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinbox/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinbox/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinbox/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinbox/lv_spinbox.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinbox/lv_spinbox.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinbox/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinner/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinner/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinner/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinner/lv_spinner.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinner/lv_spinner.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/spinner/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\tabview\lv_tabview.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tabview/../../../../src/misc/lv_log.h:16,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\tileview\lv_tileview.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tabview/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tabview/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tabview/lv_tabview.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tabview/lv_tabview.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tabview/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
Compiling .pio\build\ESP-LCD\lib53f\lvgl\extra\widgets\win\lv_win.c.o
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tileview/../../../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tileview/lv_tileview.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tileview/lv_tileview.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/tileview/../../../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/win/../../../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/win/../../../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/win/../../../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/win/lv_win.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/win/lv_win.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/extra/widgets/win/../../../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors' 46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/font/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_dejavu_16_persian_hebrew.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_fmt_txt.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_loader.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_10.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_dejavu_16_persian_hebrew.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_10.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_fmt_txt.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/font/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/font/../../src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/font/../../lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/../lvgl.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_loader.c:13:
.pio/libdeps/ESP-LCD/lvgl/src/font/../../src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_12.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_12_subpx.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_14.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_12.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_12_subpx.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_16.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_14.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_16.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_18.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_20.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_22.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_20.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_18.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_24.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_22.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_24.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_26.c.o
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_28.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_28_compressed.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_26.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_30.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_28.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_28_compressed.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_30.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_32.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_34.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_36.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_32.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_38.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_34.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_38.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_36.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_40.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_42.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_44.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_40.c:8:
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_46.c.o
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_42.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_46.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_44.c:8:
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_48.c.o
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_montserrat_8.c.o
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_simsun_16_cjk.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_unscii_16.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_48.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_montserrat_8.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_simsun_16_cjk.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\font\lv_font_unscii_8.c.o
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_unscii_16.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~Compiling .pio\build\ESP-LCD\lib53f\lvgl\hal\lv_hal_disp.c.o
~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\hal\lv_hal_indev.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\hal\lv_hal_tick.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/lvgl.h:25,
from .pio/libdeps/ESP-LCD/lvgl/src/font/lv_font_unscii_8.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/hal/../draw/lv_draw.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/hal/lv_hal_disp.h:21,
from .pio/libdeps/ESP-LCD/lvgl/src/hal/lv_hal.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/hal/lv_hal_disp.c:13:
.pio/libdeps/ESP-LCD/lvgl/src/hal/../draw/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/hal/../misc/lv_assert.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/hal/lv_hal_indev.c:11:
.pio/libdeps/ESP-LCD/lvgl/src/hal/../misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/hal/lv_hal_tick.h:16,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_anim.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/hal/lv_hal_tick.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/hal/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_anim_timeline.c.o
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_area.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_async.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_anim.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_anim.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_anim.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_anim_timeline.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_anim_timeline.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_area.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_mem.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_async.c:11:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_bidi.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_color.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_fs.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_gc.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_bidi.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_bidi.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_color.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_color.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_gc.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_gc.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_fs.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_fs.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_ll.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_log.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_lru.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_mem.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_ll.c:11:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_math.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_log.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_lru.h:17,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_lru.c:11:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_mem.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_math.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_math.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_printf.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_mem.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_mem.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_style.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_style_gen.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_printf.h:63,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_printf.c:35:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/../font/lv_font.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_style.h:18,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_style_gen.c:1:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../font/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/../font/lv_font.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_style.h:18,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_style.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../font/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_templ.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_timer.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_timer.h:15,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_timer.c:8:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_tlsf.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_txt.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_txt_ap.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_tlsf.c:1:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_txt.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_txt.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_bidi.h:16,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\misc\lv_utils.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/misc/lv_txt_ap.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/misc/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_arc.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_bar.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_btn.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_btnmatrix.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_arc.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_arc.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_bar.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_bar.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_btnmatrix.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_btnmatrix.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_btn.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_btn.c:10:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_canvas.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_checkbox.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_dropdown.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_canvas.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_canvas.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_checkbox.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_checkbox.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_img.c.o
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/../core/lv_obj.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_dropdown.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../core/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_img.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_img.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_label.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_line.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_label.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_label.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_objx_templ.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_line.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_line.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_roller.c.o
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_slider.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_roller.h:16,
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_switch.c.o
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_roller.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_table.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_slider.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_slider.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_switch.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_switch.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_table.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_table.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\lib53f\lvgl\widgets\lv_textarea.c.o
In file included from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_textarea.h:16,
from .pio/libdeps/ESP-LCD/lvgl/src/widgets/lv_textarea.c:9:
.pio/libdeps/ESP-LCD/lvgl/src/widgets/../lv_conf_internal.h:46:17: note: '#pragma message: Possible failure to include lv_conf.h, please read the comment in this file if you get errors'
46 | #pragma message("Possible failure to include lv_conf.h, please read the comment in this file if you get errors")
| ^~~~~~~
Compiling .pio\build\ESP-LCD\FrameworkArduino\Esp.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\FirmwareMSC.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\FunctionalInterrupt.cpp.o
Archiving .pio\build\ESP-LCD\lib53f\liblvgl.a
Compiling .pio\build\ESP-LCD\FrameworkArduino\HEXBuilder.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\HWCDC.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\HardwareSerial.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\IPAddress.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\MD5Builder.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\MacAddress.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\Print.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\SHA1Builder.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\Stream.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\StreamString.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\Tone.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\USB.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\USBCDC.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\USBMSC.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\WMath.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\WString.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\base64.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\cbuf.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\chip-debug-report.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-adc.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-bt.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-cpu.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-dac.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-gpio.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-i2c-slave.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-i2c.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-ledc.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-matrix.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-misc.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-periman.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-psram.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-rgb-led.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-rmt.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-sigmadelta.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-spi.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-time.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-timer.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-tinyusb.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-touch.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\esp32-hal-uart.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\firmware_msc_fat.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\libb64\cdecode.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\libb64\cencode.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\main.cpp.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\stdlib_noniso.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\wiring_pulse.c.o
Compiling .pio\build\ESP-LCD\FrameworkArduino\wiring_shift.c.o
Archiving .pio\build\ESP-LCD\libFrameworkArduino.a
Linking .pio\build\ESP-LCD\firmware.elf
C:/Users/s.dolciotti/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:/Users/s.dolciotti/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/lib/esp32s3/no-rtti\libc.a(libc_a-getentropyr.o):(.literal+0x4): warning: _getentropy is not implemented and will always fail
C:/Users/s.dolciotti/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:/Users/s.dolciotti/.platformio/packages/framework-arduinoespressif32-libs/esp32s3/qio_opi\libesp_system.a(startup.c.obj):(.literal.__esp_system_init_fn_init_components0+0x8): undefined reference to _Unwind_SetEnableExceptionFdeSorting' C:/Users/s.dolciotti/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:/Users/s.dolciotti/.platformio/packages/framework-arduinoespressif32-libs/esp32s3/qio_opi\libesp_system.a(startup.c.obj): in function __esp_system_init_fn_init_components0':
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/startup.c:497:(.text.__esp_system_init_fn_init_components0+0x1e): undefined reference to _Unwind_SetEnableExceptionFdeSorting' C:/Users/s.dolciotti/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:/Users/s.dolciotti/.platformio/packages/framework-arduinoespressif32-libs/esp32s3/lib\libnewlib.a(reent_init.c.obj):(.iram1.0.literal+0x4): undefined reference to _cleanup_r'
C:/Users/s.dolciotti/.platformio/packages/toolchain-xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:/Users/s.dolciotti/.platformio/packages/framework-arduinoespressif32-libs/esp32s3/lib\libnewlib.a(newlib_init.c.obj):(.data.s_stub_table+0x98): undefined reference to _cleanup_r' collect2.exe: error: ld returned 1 exit status *** [.pio\build\ESP-LCD\firmware.elf] Error 1

@Lzw655
Copy link
Collaborator

Lzw655 commented Feb 12, 2025

Hi, I'm very sorry, but I can't figure out this issue either. I recommend upgrading to a newer version.

@SimoDolcio
Copy link
Author

Thanks for your time and support

regards
Simone

@Lzw655
Copy link
Collaborator

Lzw655 commented Feb 13, 2025

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants