platformio
YouTube
ESP32S3 LilyGO T-Display S3 Unboxing and Official PlatformIO (Arduino project) test
How to Make your Project look Amazing
T-Display S3 – How to install in Arduino IDE
GitHub
github.com/Xinyuan-LilyGO/T-Display-S3
github.com/hpsaturn/esp32-s3-clock
platformio Upload Problem
Upload to LilyGo T-Display S3 fails with esptool.py v4.4 (Solved)
Linking .pio\build\lilygo-t-display-s3\firmware.elf Retrieving maximum program size .pio\build\lilygo-t-display-s3\firmware.elf Checking size .pio\build\lilygo-t-display-s3\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 14.3% (used 46900 bytes from 327680 bytes) Flash: [==== ] 42.2% (used 1410489 bytes from 3342336 bytes) Building .pio\build\lilygo-t-display-s3\firmware.bin esptool.py v4.4 Creating esp32s3 image... Merged 3 ELF sections Successfully created esp32s3 image. Configuring upload protocol... AVAILABLE: cmsis-dap, esp-bridge, esp-builtin, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa CURRENT: upload_protocol = esptool Looking for upload port... Auto-detected: COM4 Uploading .pio\build\lilygo-t-display-s3\firmware.bin esptool.py v4.4 Serial port COM4 Connecting... Chip is ESP32-S3 (revision v0.1) Features: WiFi, BLE Crystal is 40MHz MAC: f4:12:fa:cf:0a:e4 Uploading stub... Running stub... Stub running... Configuring flash size... Flash will be erased from 0x00000000 to 0x00003fff... Flash will be erased from 0x00008000 to 0x00008fff... Flash will be erased from 0x0000e000 to 0x0000ffff... Flash will be erased from 0x00010000 to 0x00168fff... Compressed 14768 bytes to 10149... Writing at 0x00000000... (100 %) Wrote 14768 bytes (10149 compressed) at 0x00000000 in 0.2 seconds (effective 472.9 kbit/s)... Hash of data verified. Compressed 3072 bytes to 146... Writing at 0x00008000... (100 %) Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 384.9 kbit/s)... Hash of data verified. Compressed 8192 bytes to 47... Writing at 0x0000e000... (100 %) Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 582.3 kbit/s)... Hash of data verified. Compressed 1410928 bytes to 1073754... Writing at 0x00010000... (1 %) Writing at 0x0001a7d1... (3 %) Writing at 0x0001f4f8... (4 %) Writing at 0x0002350d... (6 %) Traceback (most recent call last): File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool.py", line 34, in <module> esptool._main() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\__init__.py", line 1026, in _main main() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\__init__.py", line 826, in main operation_func(esp, args) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\cmds.py", line 556, in write_flash esp.flash_defl_block(block, seq, timeout=timeout) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 109, in inner return func(*args, **kwargs) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 991, in flash_defl_block self.check_command( File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 407, in check_command val, data = self.command(op, data, chk, timeout=timeout) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 376, in command p = self.read() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 308, in read return next(self._slip_reader) StopIteration *** [upload] Error 1 ================================================================================ [FAILED] Took 55.68 seconds ================================================================================ * The terminal process "C:\Users\andreas\.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload'" terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it. * Executing task in folder esp32_t_display_s3_test1: C:\Users\andreas\.platformio\penv\Scripts\platformio.exe run --target upload
Processing lilygo-t-display-s3 (platform: espressif32; board: esp32-s3-devkitc-1; framework: arduino) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s3-devkitc-1.html PLATFORM: Espressif 32 (5.3.0) > Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No 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.20006.221224 (2.0.6) - tool-esptoolpy @ 1.40400.0 (4.4.0) - tool-mkfatfs @ 2.0.1 - tool-mklittlefs @ 1.203.210628 (2.3) - tool-mkspiffs @ 2.230.0 (2.30) - 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 40 compatible libraries Scanning dependencies... Dependency Graph |-- lvgl @ 8.3.0-dev |-- OneButton @ 2.0.3 |-- TouchLib @ 0.0.1 | |-- Wire @ 2.0.0 |-- WiFi @ 2.0.0 |-- Wire @ 2.0.0 Building in release mode Retrieving maximum program size .pio\build\lilygo-t-display-s3\firmware.elf Checking size .pio\build\lilygo-t-display-s3\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 14.3% (used 46900 bytes from 327680 bytes) Flash: [==== ] 42.2% (used 1410489 bytes from 3342336 bytes) Configuring upload protocol... AVAILABLE: cmsis-dap, esp-bridge, esp-builtin, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa CURRENT: upload_protocol = esptool Looking for upload port... Auto-detected: COM4 Uploading .pio\build\lilygo-t-display-s3\firmware.bin esptool.py v4.4 Serial port COM4 Connecting... Chip is ESP32-S3 (revision v0.1) Features: WiFi, BLE Crystal is 40MHz MAC: f4:12:fa:cf:0a:e4 Uploading stub... Running stub... Stub running... Configuring flash size... Flash will be erased from 0x00000000 to 0x00003fff... Flash will be erased from 0x00008000 to 0x00008fff... Flash will be erased from 0x0000e000 to 0x0000ffff... Flash will be erased from 0x00010000 to 0x00168fff... Compressed 14768 bytes to 10149... Writing at 0x00000000... (100 %) Wrote 14768 bytes (10149 compressed) at 0x00000000 in 0.3 seconds (effective 470.3 kbit/s)... A fatal error occurred: Packet content transfer stopped (received 10 bytes) *** [upload] Error 2 ================================================================================ [FAILED] Took 12.21 seconds ================================================================================
Building .pio\build\lilygo-t-display-s3\firmware.bin esptool.py v4.4 Creating esp32s3 image... Merged 3 ELF sections Successfully created esp32s3 image. Configuring upload protocol... AVAILABLE: cmsis-dap, esp-bridge, esp-builtin, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa CURRENT: upload_protocol = esptool Looking for upload port... Auto-detected: COM4 Uploading .pio\build\lilygo-t-display-s3\firmware.bin esptool.py v4.4 Serial port COM4 Connecting... Chip is ESP32-S3 (revision v0.1) Features: WiFi, BLE Crystal is 40MHz MAC: f4:12:fa:cf:0a:e4 Uploading stub... Running stub... Stub running... Changing baud rate to 460800 Changed. Configuring flash size... Flash will be erased from 0x00000000 to 0x00003fff... Flash will be erased from 0x00008000 to 0x00008fff... Flash will be erased from 0x0000e000 to 0x0000ffff... Flash will be erased from 0x00010000 to 0x00168fff... Compressed 14768 bytes to 10149... Writing at 0x00000000... (100 %) Wrote 14768 bytes (10149 compressed) at 0x00000000 in 0.2 seconds (effective 480.3 kbit/s)... Hash of data verified. Compressed 3072 bytes to 146... Writing at 0x00008000... (100 %) Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 390.9 kbit/s)... Hash of data verified. Compressed 8192 bytes to 47... Writing at 0x0000e000... (100 %) Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 618.2 kbit/s)... Hash of data verified. Compressed 1410928 bytes to 1073754... Writing at 0x00010000... (1 %) Writing at 0x0001a7d1... (3 %) Writing at 0x0001f4f8... (4 %) Writing at 0x0002350d... (6 %) Writing at 0x00027514... (7 %) Writing at 0x0002b51e... (9 %) Writing at 0x0002f537... (10 %) Writing at 0x00033555... (12 %) Writing at 0x0003757c... (13 %) Writing at 0x0003b5a3... (15 %) Writing at 0x0003f5be... (16 %) Writing at 0x000435df... (18 %) Writing at 0x000475d6... (19 %) Writing at 0x0004b5ea... (21 %) Writing at 0x0004f607... (22 %) Writing at 0x00053614... (24 %) Writing at 0x00057634... (25 %) Writing at 0x0005b63e... (27 %) Writing at 0x0005f64f... (28 %) Writing at 0x00063660... (30 %) Writing at 0x0006766c... (31 %) Writing at 0x0006b695... (33 %) Writing at 0x0006f697... (34 %) Traceback (most recent call last): File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool.py", line 34, in <module> esptool._main() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\__init__.py", line 1026, in _main main() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\__init__.py", line 826, in main operation_func(esp, args) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\cmds.py", line 556, in write_flash esp.flash_defl_block(block, seq, timeout=timeout) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 110, in inner return func(*args, **kwargs) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 992, in flash_defl_block self.check_command( File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 408, in check_command val, data = self.command(op, data, chk, timeout=timeout) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 377, in command p = self.read() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 309, in read return next(self._slip_reader) StopIteration *** [upload] Error 1
[1.1.2023, 11:52:02] Unable to resolve configuration with compilerPath "C:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/bin/xtensa-esp32s3-elf-gcc.exe". Using "cl.exe" instead. [1.1.2023, 11:52:02] Unable to resolve configuration with compilerPath "C:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/bin/xtensa-esp32s3-elf-gcc.exe". Using "cl.exe" instead.
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 @ 2.0.6+sha.b63f947 - tool-esptoolpy @ 1.40400.0 (4.4.0) - tool-mkfatfs @ 2.0.1 - tool-mklittlefs @ 1.203.210628 (2.3) - tool-mkspiffs @ 2.230.0 (2.30) - 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 40 compatible libraries Scanning dependencies... Dependency Graph |-- lvgl @ 8.3.0-dev |-- OneButton @ 2.0.3 |-- TouchLib @ 0.0.1 | |-- Wire @ 2.0.0 |-- WiFi @ 2.0.0 |-- Wire @ 2.0.0 Building in release mode Retrieving maximum program size .pio\build\lilygo-t-display-s3\firmware.elf Checking size .pio\build\lilygo-t-display-s3\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 14.3% (used 46908 bytes from 327680 bytes) Flash: [== ] 21.5% (used 1410541 bytes from 6553600 bytes) Configuring upload protocol... AVAILABLE: cmsis-dap, esp-bridge, esp-builtin, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa CURRENT: upload_protocol = esptool Looking for upload port... Auto-detected: COM4 Uploading .pio\build\lilygo-t-display-s3\firmware.bin esptool.py v4.4 Serial port COM4 Connecting... Chip is ESP32-S3 (revision v0.1) Features: WiFi, BLE Traceback (most recent call last): Crystal is 40MHz MAC: f4:12:fa:cf:0a:e4 File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool.py", line 34, in <module> Uploading stub... esptool._main() Running stub... File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\__init__.py", line 1026, in _main Stub running... main() Changing baud rate to 230400 Changed. File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\__init__.py", line 810, in main Configuring flash size... esp.flash_set_parameters(flash_size_bytes(args.flash_size)) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 1145, in flash_set_parameters self.check_command( File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 407, in check_command val, data = self.command(op, data, chk, timeout=timeout) File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 376, in command p = self.read() File "C:\Users\andreas\.platformio\packages\tool-esptoolpy\esptool\loader.py", line 308, in read return next(self._slip_reader) StopIteration *** [upload] Error 1
* The terminal process "C:\Users\andreas\.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload'" terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it. * Executing task: C:\Users\andreas\.platformio\penv\Scripts\platformio.exe run --target upload Processing ESP32-S3-DevKitC-1 (platform: espressif32; board: esp32-s3-devkitc-1; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s3-devkitc-1.html PLATFORM: Espressif 32 (5.3.0) > Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No 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 @ 2.0.5+sha.2d6ca35 - tool-esptoolpy @ 1.40400.0 (4.4.0) - tool-mkfatfs @ 2.0.1 - tool-mklittlefs @ 1.203.210628 (2.3) - tool-mkspiffs @ 2.230.0 (2.30) - toolchain-riscv32-esp @ 8.4.0+2021r2-patch3 - toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch3 Converting factory.ino LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 39 compatible libraries Scanning dependencies... Dependency Graph |-- lvgl @ 8.3.0-dev |-- OneButton @ 2.0.3 |-- TouchLib @ 0.0.1 | |-- Wire @ 2.0.0 |-- WiFi @ 2.0.0 |-- Wire @ 2.0.0 Building in release mode Compiling .pio\build\ESP32-S3-DevKitC-1\src\factory.ino.cpp.o Retrieving maximum program size .pio\build\ESP32-S3-DevKitC-1\firmware.elf Checking size .pio\build\ESP32-S3-DevKitC-1\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 12.5% (used 41092 bytes from 327680 bytes) Flash: [==== ] 41.4% (used 1384453 bytes from 3342336 bytes) Configuring upload protocol... AVAILABLE: cmsis-dap, esp-bridge, esp-builtin, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa CURRENT: upload_protocol = esptool Looking for upload port... Auto-detected: COM4 Uploading .pio\build\ESP32-S3-DevKitC-1\firmware.bin esptool.py v4.4 Serial port COM4 Connecting... Chip is ESP32-S3 (revision v0.1) Features: WiFi, BLE Crystal is 40MHz MAC: 68:b6:b3:23:13:9c Uploading stub... Running stub... Stub running... Changing baud rate to 460800 Changed. Configuring flash size... Flash will be erased from 0x00000000 to 0x00003fff... Flash will be erased from 0x00008000 to 0x00008fff... Flash will be erased from 0x0000e000 to 0x0000ffff... Flash will be erased from 0x00010000 to 0x00162fff... Flash params set to 0x023f Compressed 15008 bytes to 10328... Writing at 0x00000000... (100 %) Wrote 15008 bytes (10328 compressed) at 0x00000000 in 0.3 seconds (effective 456.1 kbit/s)... Hash of data verified. Compressed 3072 bytes to 129... Writing at 0x00008000... (100 %) Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.1 seconds (effective 397.8 kbit/s)... Hash of data verified. Compressed 8192 bytes to 47... Writing at 0x0000e000... (100 %) Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 564.2 kbit/s)... Hash of data verified. Compressed 1384896 bytes to 1057782... Writing at 0x00010000... (1 %) Writing at 0x0001a844... (3 %) Writing at 0x0001f5df... (4 %) Writing at 0x000235ec... (6 %) Writing at 0x000275f8... (7 %) Writing at 0x0002b602... (9 %) Writing at 0x0002f61b... (10 %) Writing at 0x0003363d... (12 %) Writing at 0x00037657... (13 %) Writing at 0x0003b680... (15 %) Writing at 0x0003f69f... (16 %) Writing at 0x000436a7... (18 %) Writing at 0x000476b2... (20 %) Writing at 0x0004b6c9... (21 %) Writing at 0x0004f6d4... (23 %) Writing at 0x000536f6... (24 %) Writing at 0x00057716... (26 %) Writing at 0x0005b719... (27 %) Writing at 0x0005f731... (29 %) Writing at 0x0006373f... (30 %) Writing at 0x0006774b... (32 %) Writing at 0x0006b77a... (33 %) Writing at 0x0006f77b... (35 %) Writing at 0x00073786... (36 %) Writing at 0x00077798... (38 %) Writing at 0x0007b7b0... (40 %) Writing at 0x0007f7cc... (41 %) Writing at 0x00083989... (43 %) Writing at 0x0008cd2a... (44 %) Writing at 0x000983e5... (46 %) Writing at 0x000a2453... (47 %) Writing at 0x000a79da... (49 %) Writing at 0x000acaa9... (50 %) Writing at 0x000b1c26... (52 %) Writing at 0x000b6d49... (53 %) Writing at 0x000bc4dd... (55 %) Writing at 0x000c1593... (56 %) Writing at 0x000c66ab... (58 %) Writing at 0x000cbecc... (60 %) Writing at 0x000d1dd7... (61 %) Writing at 0x000d72f6... (63 %) Writing at 0x000dcc1c... (64 %) Writing at 0x000e2014... (66 %) Writing at 0x000e6db5... (67 %) Writing at 0x000ebd05... (69 %) Writing at 0x000f0c9c... (70 %) Writing at 0x000f5a7b... (72 %) A serial exception error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'The device does not recognize the command.', None, 22) Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers. For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html *** [upload] Error 1 ============================================================================================================== [FAILED] Took 21.57 seconds ============================================================================================================== * The terminal process "C:\Users\andreas\.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload'" terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it.
Error: Checking lilygo-t-display-s3 > cppcheck (platform: espressif32; board: esp32-s3-devkitc-1; framework: arduino) -------------------------------------------------------------------------------- C:\Users\andreas\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\Users\andreas\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}<&PIO&>message={message}<&PIO&>file={file}<&PIO&>line={line}<&PIO&>column={column}<&PIO&>callstack={callstack}<&PIO&>cwe={cwe}<&PIO&>id={id}" --inline-suppr --platform=unspecified --enable=warning,style,performance,portability,unusedFunction --language=c --std=c99 -DPLATFORMIO=60105 -DARDUINO_ESP32S3_DEV -DARDUINO_USB_MODE=1 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DLV_LVGL_H_INCLUDE_SIMPLE -DBOARD_HAS_PSRAM -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.3" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -DARDUINO_ARCH_ESP32 -DESP32 -DF_CPU=240000000L -DARDUINO=10812 -DARDUINO_VARIANT="esp32s3" -DARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)" -DARDUINO_PARTITION_default_16MB -D__DBL_MIN_EXP__=(-1021) -D__FLT32X_MAX_EXP__=1024 -D__UINT_LEAST16_MAX__=0xffff -D__ATOMIC_ACQUIRE=2 -D__FLT_MIN__=1.1754943508222875e-38F -D__GCC_IEC_559_COMPLEX=0 -D__UINT_LEAST8_TYPE__=unsigned char -D__INTMAX_C(c)=c ## LL -D__CHAR_BIT__=8 -D__UINT8_MAX__=0xff -D__WINT_MAX__=0xffffffffU -D__FLT32_MIN_EXP__=(-125) -D__ORDER_LITTLE_ENDIAN__=1234 -D__SIZE_MAX__=0xffffffffU -D__WCHAR_MAX__=0xffff -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 -D__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L) -D__GCC_ATOMIC_CHAR_LOCK_FREE=2 -D__GCC_IEC_559=0 -D__FLT32X_DECIMAL_DIG__=17 -D__FLT_EVAL_METHOD__=0 -D__FLT64_DECIMAL_DIG__=17 -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 -D__UINT_FAST64_MAX__=0xffffffffffffffffULL -D__SIG_ATOMIC_TYPE__=int -D__DBL_MIN_10_EXP__=(-307) -D__FINITE_MATH_ONLY__=0 -D__GNUC_PATCHLEVEL__=0 -D__FLT32_HAS_DENORM__=1 -D__UINT_FAST8_MAX__=0xffffffffU -D__has_include(STR)=__has_include__(STR) -D__DEC64_MAX_EXP__=385 -D__INT8_C(c)=c -D__INT_LEAST8_WIDTH__=8 -D__UINT_LEAST64_MAX__=0xffffffffffffffffULL -D__SHRT_MAX__=0x7fff -D__LDBL_MAX__=1.7976931348623157e+308L -D__UINT_LEAST8_MAX__=0xff -D__GCC_ATOMIC_BOOL_LOCK_FREE=2 -D__UINTMAX_TYPE__=long long unsigned int -D__DEC32_EPSILON__=1E-6DF -D__FLT_EVAL_METHOD_TS_18661_3__=0 -D__CHAR_UNSIGNED__=1 -D__UINT32_MAX__=0xffffffffU -D__LDBL_MAX_EXP__=1024 -D__WINT_MIN__=0U -D__INT_LEAST16_WIDTH__=16 -D__SCHAR_MAX__=0x7f -D__WCHAR_MIN__=0 -D__INT64_C(c)=c ## LL -D__DBL_DIG__=15 -D__GCC_ATOMIC_POINTER_LOCK_FREE=2 -D__SIZEOF_INT__=4 -D__SIZEOF_POINTER__=4 -D__USER_LABEL_PREFIX__ -D__STDC_HOSTED__=1 -D__LDBL_HAS_INFINITY__=1 -D__XTENSA_EL__=1 -D__FLT32_DIG__=6 -D__FLT_EPSILON__=1.1920928955078125e-7F -D__SHRT_WIDTH__=16 -D__LDBL_MIN__=2.2250738585072014e-308L -D__STDC_UTF_16__=1 -D__DEC32_MAX__=9.999999E96DF -D__FLT32X_HAS_INFINITY__=1 -D__INT32_MAX__=0x7fffffff -D__INT_WIDTH__=32 -D__SIZEOF_LONG__=4 -D__UINT16_C(c)=c -D__PTRDIFF_WIDTH__=32 -D__DECIMAL_DIG__=17 -D__FLT64_EPSILON__=2.2204460492503131e-16F64 -D__INTMAX_WIDTH__=64 -D__has_include_next(STR)=__has_include_next__(STR) -D__LDBL_HAS_QUIET_NAN__=1 -D__FLT64_MANT_DIG__=53 -D__GNUC__=8 -D__FLT_HAS_DENORM__=1 -D__SIZEOF_LONG_DOUBLE__=8 -D__BIGGEST_ALIGNMENT__=16 -D__FLT64_MAX_10_EXP__=308 -D__DBL_MAX__=((double)1.7976931348623157e+308L) -D__INT_FAST32_MAX__=0x7fffffff -D__DBL_HAS_INFINITY__=1 -D__DEC32_MIN_EXP__=(-94) -D__INTPTR_WIDTH__=32 -D__FLT32X_HAS_DENORM__=1 -D__INT_FAST16_TYPE__=int -D__LDBL_HAS_DENORM__=1 -D__DEC128_MAX__=9.999999999999999999999999999999999E6144DL -D__INT_LEAST32_MAX__=0x7fffffff -D__DEC32_MIN__=1E-95DF -D__DBL_MAX_EXP__=1024 -D__WCHAR_WIDTH__=16 -D__FLT32_MAX__=3.4028234663852886e+38F32 -D__DEC128_EPSILON__=1E-33DL -D__PTRDIFF_MAX__=0x7fffffff -D__FLT32_HAS_QUIET_NAN__=1 -D__LONG_LONG_MAX__=0x7fffffffffffffffLL -D__SIZEOF_SIZE_T__=4 -D__SIZEOF_WINT_T__=4 -D__LONG_LONG_WIDTH__=64 -D__FLT32_MAX_EXP__=128 -D__GXX_ABI_VERSION=1013 -D__FLT_MIN_EXP__=(-125) -D__INT_FAST64_TYPE__=long long int -D__FP_FAST_FMAF=1 -D__FLT64_DENORM_MIN__=4.9406564584124654e-324F64 -D__DBL_MIN__=((double)2.2250738585072014e-308L) -D__FLT32X_EPSILON__=2.2204460492503131e-16F32x -D__FLT64_MIN_EXP__=(-1021) -D__FLT64_MIN_10_EXP__=(-307) -D__DEC128_MIN__=1E-6143DL -D__REGISTER_PREFIX__ -D__UINT16_MAX__=0xffff -D__DBL_HAS_DENORM__=1 -D__FLT32_MIN__=1.1754943508222875e-38F32 -D__UINT8_TYPE__=unsigned char -D__NO_INLINE__=1 -D__FLT_MANT_DIG__=24 -D__LDBL_DECIMAL_DIG__=17 -D__VERSION__="8.4.0" -D__UINT64_C(c)=c ## ULL -D__GCC_ATOMIC_INT_LOCK_FREE=2 -D__FLT32_MANT_DIG__=24 -D__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__SCHAR_WIDTH__=8 -D__INT32_C(c)=c -D__DEC64_EPSILON__=1E-15DD -D__ORDER_PDP_ENDIAN__=3412 -D__DEC128_MIN_EXP__=(-6142) -D__FLT32_MAX_10_EXP__=38 -D__INT_FAST32_TYPE__=int -D__UINT_LEAST16_TYPE__=short unsigned int -D__INT16_MAX__=0x7fff -D__SIZE_TYPE__=unsigned int -D__UINT64_MAX__=0xffffffffffffffffULL -D__INT8_TYPE__=signed char -D__ELF__=1 -D__xtensa__=1 -D__FLT_RADIX__=2 -D__INT_LEAST16_TYPE__=short int -D__LDBL_EPSILON__=2.2204460492503131e-16L -D__UINTMAX_C(c)=c ## ULL -D__SIG_ATOMIC_MAX__=0x7fffffff -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 -D__SIZEOF_PTRDIFF_T__=4 -D__FLT32X_MANT_DIG__=53 -D__FLT32X_MIN_EXP__=(-1021) -D__DEC32_SUBNORMAL_MIN__=0.000001E-95DF -D__INT_FAST16_MAX__=0x7fffffff -D__FLT64_DIG__=15 -D__UINT_FAST32_MAX__=0xffffffffU -D__UINT_LEAST64_TYPE__=long long unsigned int -D__FLT_HAS_QUIET_NAN__=1 -D__FLT_MAX_10_EXP__=38 -D__LONG_MAX__=0x7fffffffL -D__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL -D__FLT_HAS_INFINITY__=1 -D__UINT_FAST16_TYPE__=unsigned int -D__DEC64_MAX__=9.999999999999999E384DD -D__INT_FAST32_WIDTH__=32 -D__CHAR16_TYPE__=short unsigned int -D__PRAGMA_REDEFINE_EXTNAME=1 -D__SIZE_WIDTH__=32 -D__INT_LEAST16_MAX__=0x7fff -D__DEC64_MANT_DIG__=16 -D__INT64_MAX__=0x7fffffffffffffffLL -D__UINT_LEAST32_MAX__=0xffffffffU -D__FLT32_DENORM_MIN__=1.4012984643248171e-45F32 -D__GCC_ATOMIC_LONG_LOCK_FREE=2 -D__SIG_ATOMIC_WIDTH__=32 -D__INT_LEAST64_TYPE__=long long int -D__INT16_TYPE__=short int -D__INT_LEAST8_TYPE__=signed char -D__STDC_VERSION__=199901L -D__DEC32_MAX_EXP__=97 -D__INT_FAST8_MAX__=0x7fffffff -D__INTPTR_MAX__=0x7fffffff -D__FLT64_HAS_QUIET_NAN__=1 -D__FLT32_MIN_10_EXP__=(-37) -D__FLT32X_DIG__=15 -D__LDBL_MANT_DIG__=53 -D__DBL_HAS_QUIET_NAN__=1 -D__FLT64_HAS_INFINITY__=1 -D__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1) -D__INTPTR_TYPE__=int -D__UINT16_TYPE__=short unsigned int -D__WCHAR_TYPE__=short unsigned int -D__SIZEOF_FLOAT__=4 -D__UINTPTR_MAX__=0xffffffffU -D__INT_FAST64_WIDTH__=64 -D__DEC64_MIN_EXP__=(-382) -D__FLT32_DECIMAL_DIG__=9 -D__INT_FAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 -D__FLT_DIG__=6 -D__FLT32_HAS_INFINITY__=1 -D__UINT_FAST64_TYPE__=long long unsigned int -D__INT_MAX__=0x7fffffff -D__INT64_TYPE__=long long int -D__FLT_MAX_EXP__=128 -D__DBL_MANT_DIG__=53 -D__INT_LEAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 -D__FP_FAST_FMAF32=1 -D__DEC64_MIN__=1E-383DD -D__WINT_TYPE__=unsigned int -D__UINT_LEAST32_TYPE__=unsigned int -D__SIZEOF_SHORT__=2 -D__LDBL_MIN_EXP__=(-1021) -D__FLT64_MAX__=1.7976931348623157e+308F64 -D__WINT_WIDTH__=32 -D__INT_LEAST8_MAX__=0x7f -D__FLT32X_MAX_10_EXP__=308 -D__SSP__=1 -D__LDBL_MAX_10_EXP__=308 -D__ATOMIC_RELAXED=0 -D__DBL_EPSILON__=((double)2.2204460492503131e-16L) -D__XTENSA_WINDOWED_ABI__=1 -D__UINT8_C(c)=c -D__FLT64_MAX_EXP__=1024 -D__INT_LEAST32_TYPE__=int -D__SIZEOF_WCHAR_T__=2 -D__UINT64_TYPE__=long long unsigned int -D__INT_FAST8_TYPE__=int -D__GNUC_STDC_INLINE__=1 -D__FLT64_HAS_DENORM__=1 -D__FLT32_EPSILON__=1.1920928955078125e-7F32 -D__DBL_DECIMAL_DIG__=17 -D__STDC_UTF_32__=1 -D__INT_FAST8_WIDTH__=32 -D__DEC_EVAL_METHOD__=2 -D__FLT32X_MAX__=1.7976931348623157e+308F32x -D__XTENSA__=1 -D__ORDER_BIG_ENDIAN__=4321 -D__UINT32_C(c)=c ## U -D__INTMAX_MAX__=0x7fffffffffffffffLL -D__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__FLT_DENORM_MIN__=1.4012984643248171e-45F -D__INT8_MAX__=0x7f -D__LONG_WIDTH__=32 -D__UINT_FAST32_TYPE__=unsigned int -D__CHAR32_TYPE__=unsigned int -D__FLT_MAX__=3.4028234663852886e+38F -D__INT32_TYPE__=int -D__SIZEOF_DOUBLE__=8 -D__FLT_MIN_10_EXP__=(-37) -D__FLT64_MIN__=2.2250738585072014e-308F64 -D__INT_LEAST32_WIDTH__=32 -D__INTMAX_TYPE__=long long int -D__DEC128_MAX_EXP__=6145 -D__FLT32X_HAS_QUIET_NAN__=1 -D__ATOMIC_CONSUME=1 -D__GNUC_MINOR__=4 -D__INT_FAST16_WIDTH__=32 -D__UINTMAX_MAX__=0xffffffffffffffffULL -D__DEC32_MANT_DIG__=7 -D__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x -D__DBL_MAX_10_EXP__=308 -D__LDBL_DENORM_MIN__=4.9406564584124654e-324L -D__INT16_C(c)=c -D__STDC__=1 -D__PTRDIFF_TYPE__=int -D__ATOMIC_SEQ_CST=5 -D__UINT32_TYPE__=unsigned int -D__FLT32X_MIN_10_EXP__=(-307) -D__UINTPTR_TYPE__=unsigned int -D__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD -D__DEC128_MANT_DIG__=34 -D__LDBL_MIN_10_EXP__=(-307) -D__SIZEOF_LONG_LONG__=8 -D__GCC_ATOMIC_LLONG_LOCK_FREE=1 -D__FLT32X_MIN__=2.2250738585072014e-308F32x -D__LDBL_DIG__=15 -D__FLT_DECIMAL_DIG__=9 -D__UINT_FAST16_MAX__=0xffffffffU -D__GCC_ATOMIC_SHORT_LOCK_FREE=2 -D__INT_LEAST64_WIDTH__=64 -D__UINT_FAST8_TYPE__=unsigned int -D__ATOMIC_ACQ_REL=4 -D__ATOMIC_RELEASE=3 --includes-file=C:\Users\andreas\AppData\Local\Temp\tmph37bs62v "c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\font_Alibaba.c" Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\font_Alibaba.c ... Defines:PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__STDC_UTF_16__=1;__DEC32_MAX__=9.999999E96DF;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__DBL_MAX__=((double)1.7976931348623157e+308L);__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=((double)2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__STDC_VERSION__=199901L;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__FLT32_HAS_INFINITY__=1;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=((double)2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__UINT64_TYPE__=long long unsigned int;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3 Undefines: Includes: -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/include/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TouchLib/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/OneButton/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/newlib/platform_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/port/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/heap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/log/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/sntp/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/lwip/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/platform_port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/public_compat/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_pm/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ringbuf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/vfs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_wifi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_event/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_netif/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_eth/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcpip_adapter/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ipc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_trace/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_timer/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/mbedtls/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_update/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spi_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bootloader_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nvs_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/pthread/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ieee802154/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/console/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/asio/asio/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/osi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/include/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cbor/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/unity/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cmock/CMock/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/libcoap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_adc_cal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hid/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcp_transport/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_ota/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/interface/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protobuf-c/protobuf-c/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/common/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/security/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/transports/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mdns/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_local_ctrl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/sdmmc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_serial_slave_link/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_websocket_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/expat/expat/lib/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wear_levelling/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/diskio/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/vfs/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freemodbus/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/jsmn/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json/cJSON/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/port_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/openssl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/perfmon/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spiffs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/usb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ulp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wifi_provisioning/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rmaker_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_generator/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_schedule/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rainmaker/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/gpio_button/button/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/qrcode/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ws2812_led/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_diagnostics/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rtc_store/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_insights/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dotprod/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/hann/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_harris/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/flat_top/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/iir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/add/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mul/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/addc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mulc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sqrt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/matrix/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fft/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dct/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/conv/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf_imu13states/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_littlefs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/tool/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/typedef/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/image/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/math/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/nn/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/layer/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/detect/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/model_zoo/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/esp-tts/esp_tts_chinese/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/conversions/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fb_gfx/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/qio_opi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/cores/esp32/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/variants/esp32s3/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/Arduino_GFX/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/DabbleESP32/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TFT_eSPI/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/arduino-nofrendo/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BluetoothSerial/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/EEPROM/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESP32/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESPmDNS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ethernet/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FFat/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdate/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdateServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/I2S/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Insights/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/LittleFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/RainMaker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/USB/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Update/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WebServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiProv/src/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/riscv32-esp-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/xtensa-esp32s3-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/ Platform:Unspecified Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\font_Alibaba.c: PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__STDC_UTF_16__=1;__DEC32_MAX__=9.999999E96DF;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__DBL_MAX__=((double)1.7976931348623157e+308L);__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=((double)2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__STDC_VERSION__=199901L;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__FLT32_HAS_INFINITY__=1;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=((double)2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__UINT64_TYPE__=long long unsigned int;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3... "severity=error<&PIO&>message=There is an unknown macro here somewhere. Configuration is required. If basename is a macro then please configure it.<&PIO&>file=C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\string.h<&PIO&>line=172<&PIO&>column=23<&PIO&>callstack=[C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\string.h:172]<&PIO&>cwe=0<&PIO&>id=unknownMacro" C:\Users\andreas\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\Users\andreas\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}<&PIO&>message={message}<&PIO&>file={file}<&PIO&>line={line}<&PIO&>column={column}<&PIO&>callstack={callstack}<&PIO&>cwe={cwe}<&PIO&>id={id}" --inline-suppr --platform=unspecified --enable=warning,style,performance,portability,unusedFunction --language=c --std=c99 -DPLATFORMIO=60105 -DARDUINO_ESP32S3_DEV -DARDUINO_USB_MODE=1 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DLV_LVGL_H_INCLUDE_SIMPLE -DBOARD_HAS_PSRAM -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.3" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -DARDUINO_ARCH_ESP32 -DESP32 -DF_CPU=240000000L -DARDUINO=10812 -DARDUINO_VARIANT="esp32s3" -DARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)" -DARDUINO_PARTITION_default_16MB -D__DBL_MIN_EXP__=(-1021) -D__FLT32X_MAX_EXP__=1024 -D__UINT_LEAST16_MAX__=0xffff -D__ATOMIC_ACQUIRE=2 -D__FLT_MIN__=1.1754943508222875e-38F -D__GCC_IEC_559_COMPLEX=0 -D__UINT_LEAST8_TYPE__=unsigned char -D__INTMAX_C(c)=c ## LL -D__CHAR_BIT__=8 -D__UINT8_MAX__=0xff -D__WINT_MAX__=0xffffffffU -D__FLT32_MIN_EXP__=(-125) -D__ORDER_LITTLE_ENDIAN__=1234 -D__SIZE_MAX__=0xffffffffU -D__WCHAR_MAX__=0xffff -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 -D__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L) -D__GCC_ATOMIC_CHAR_LOCK_FREE=2 -D__GCC_IEC_559=0 -D__FLT32X_DECIMAL_DIG__=17 -D__FLT_EVAL_METHOD__=0 -D__FLT64_DECIMAL_DIG__=17 -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 -D__UINT_FAST64_MAX__=0xffffffffffffffffULL -D__SIG_ATOMIC_TYPE__=int -D__DBL_MIN_10_EXP__=(-307) -D__FINITE_MATH_ONLY__=0 -D__GNUC_PATCHLEVEL__=0 -D__FLT32_HAS_DENORM__=1 -D__UINT_FAST8_MAX__=0xffffffffU -D__has_include(STR)=__has_include__(STR) -D__DEC64_MAX_EXP__=385 -D__INT8_C(c)=c -D__INT_LEAST8_WIDTH__=8 -D__UINT_LEAST64_MAX__=0xffffffffffffffffULL -D__SHRT_MAX__=0x7fff -D__LDBL_MAX__=1.7976931348623157e+308L -D__UINT_LEAST8_MAX__=0xff -D__GCC_ATOMIC_BOOL_LOCK_FREE=2 -D__UINTMAX_TYPE__=long long unsigned int -D__DEC32_EPSILON__=1E-6DF -D__FLT_EVAL_METHOD_TS_18661_3__=0 -D__CHAR_UNSIGNED__=1 -D__UINT32_MAX__=0xffffffffU -D__LDBL_MAX_EXP__=1024 -D__WINT_MIN__=0U -D__INT_LEAST16_WIDTH__=16 -D__SCHAR_MAX__=0x7f -D__WCHAR_MIN__=0 -D__INT64_C(c)=c ## LL -D__DBL_DIG__=15 -D__GCC_ATOMIC_POINTER_LOCK_FREE=2 -D__SIZEOF_INT__=4 -D__SIZEOF_POINTER__=4 -D__USER_LABEL_PREFIX__ -D__STDC_HOSTED__=1 -D__LDBL_HAS_INFINITY__=1 -D__XTENSA_EL__=1 -D__FLT32_DIG__=6 -D__FLT_EPSILON__=1.1920928955078125e-7F -D__SHRT_WIDTH__=16 -D__LDBL_MIN__=2.2250738585072014e-308L -D__STDC_UTF_16__=1 -D__DEC32_MAX__=9.999999E96DF -D__FLT32X_HAS_INFINITY__=1 -D__INT32_MAX__=0x7fffffff -D__INT_WIDTH__=32 -D__SIZEOF_LONG__=4 -D__UINT16_C(c)=c -D__PTRDIFF_WIDTH__=32 -D__DECIMAL_DIG__=17 -D__FLT64_EPSILON__=2.2204460492503131e-16F64 -D__INTMAX_WIDTH__=64 -D__has_include_next(STR)=__has_include_next__(STR) -D__LDBL_HAS_QUIET_NAN__=1 -D__FLT64_MANT_DIG__=53 -D__GNUC__=8 -D__FLT_HAS_DENORM__=1 -D__SIZEOF_LONG_DOUBLE__=8 -D__BIGGEST_ALIGNMENT__=16 -D__FLT64_MAX_10_EXP__=308 -D__DBL_MAX__=((double)1.7976931348623157e+308L) -D__INT_FAST32_MAX__=0x7fffffff -D__DBL_HAS_INFINITY__=1 -D__DEC32_MIN_EXP__=(-94) -D__INTPTR_WIDTH__=32 -D__FLT32X_HAS_DENORM__=1 -D__INT_FAST16_TYPE__=int -D__LDBL_HAS_DENORM__=1 -D__DEC128_MAX__=9.999999999999999999999999999999999E6144DL -D__INT_LEAST32_MAX__=0x7fffffff -D__DEC32_MIN__=1E-95DF -D__DBL_MAX_EXP__=1024 -D__WCHAR_WIDTH__=16 -D__FLT32_MAX__=3.4028234663852886e+38F32 -D__DEC128_EPSILON__=1E-33DL -D__PTRDIFF_MAX__=0x7fffffff -D__FLT32_HAS_QUIET_NAN__=1 -D__LONG_LONG_MAX__=0x7fffffffffffffffLL -D__SIZEOF_SIZE_T__=4 -D__SIZEOF_WINT_T__=4 -D__LONG_LONG_WIDTH__=64 -D__FLT32_MAX_EXP__=128 -D__GXX_ABI_VERSION=1013 -D__FLT_MIN_EXP__=(-125) -D__INT_FAST64_TYPE__=long long int -D__FP_FAST_FMAF=1 -D__FLT64_DENORM_MIN__=4.9406564584124654e-324F64 -D__DBL_MIN__=((double)2.2250738585072014e-308L) -D__FLT32X_EPSILON__=2.2204460492503131e-16F32x -D__FLT64_MIN_EXP__=(-1021) -D__FLT64_MIN_10_EXP__=(-307) -D__DEC128_MIN__=1E-6143DL -D__REGISTER_PREFIX__ -D__UINT16_MAX__=0xffff -D__DBL_HAS_DENORM__=1 -D__FLT32_MIN__=1.1754943508222875e-38F32 -D__UINT8_TYPE__=unsigned char -D__NO_INLINE__=1 -D__FLT_MANT_DIG__=24 -D__LDBL_DECIMAL_DIG__=17 -D__VERSION__="8.4.0" -D__UINT64_C(c)=c ## ULL -D__GCC_ATOMIC_INT_LOCK_FREE=2 -D__FLT32_MANT_DIG__=24 -D__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__SCHAR_WIDTH__=8 -D__INT32_C(c)=c -D__DEC64_EPSILON__=1E-15DD -D__ORDER_PDP_ENDIAN__=3412 -D__DEC128_MIN_EXP__=(-6142) -D__FLT32_MAX_10_EXP__=38 -D__INT_FAST32_TYPE__=int -D__UINT_LEAST16_TYPE__=short unsigned int -D__INT16_MAX__=0x7fff -D__SIZE_TYPE__=unsigned int -D__UINT64_MAX__=0xffffffffffffffffULL -D__INT8_TYPE__=signed char -D__ELF__=1 -D__xtensa__=1 -D__FLT_RADIX__=2 -D__INT_LEAST16_TYPE__=short int -D__LDBL_EPSILON__=2.2204460492503131e-16L -D__UINTMAX_C(c)=c ## ULL -D__SIG_ATOMIC_MAX__=0x7fffffff -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 -D__SIZEOF_PTRDIFF_T__=4 -D__FLT32X_MANT_DIG__=53 -D__FLT32X_MIN_EXP__=(-1021) -D__DEC32_SUBNORMAL_MIN__=0.000001E-95DF -D__INT_FAST16_MAX__=0x7fffffff -D__FLT64_DIG__=15 -D__UINT_FAST32_MAX__=0xffffffffU -D__UINT_LEAST64_TYPE__=long long unsigned int -D__FLT_HAS_QUIET_NAN__=1 -D__FLT_MAX_10_EXP__=38 -D__LONG_MAX__=0x7fffffffL -D__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL -D__FLT_HAS_INFINITY__=1 -D__UINT_FAST16_TYPE__=unsigned int -D__DEC64_MAX__=9.999999999999999E384DD -D__INT_FAST32_WIDTH__=32 -D__CHAR16_TYPE__=short unsigned int -D__PRAGMA_REDEFINE_EXTNAME=1 -D__SIZE_WIDTH__=32 -D__INT_LEAST16_MAX__=0x7fff -D__DEC64_MANT_DIG__=16 -D__INT64_MAX__=0x7fffffffffffffffLL -D__UINT_LEAST32_MAX__=0xffffffffU -D__FLT32_DENORM_MIN__=1.4012984643248171e-45F32 -D__GCC_ATOMIC_LONG_LOCK_FREE=2 -D__SIG_ATOMIC_WIDTH__=32 -D__INT_LEAST64_TYPE__=long long int -D__INT16_TYPE__=short int -D__INT_LEAST8_TYPE__=signed char -D__STDC_VERSION__=199901L -D__DEC32_MAX_EXP__=97 -D__INT_FAST8_MAX__=0x7fffffff -D__INTPTR_MAX__=0x7fffffff -D__FLT64_HAS_QUIET_NAN__=1 -D__FLT32_MIN_10_EXP__=(-37) -D__FLT32X_DIG__=15 -D__LDBL_MANT_DIG__=53 -D__DBL_HAS_QUIET_NAN__=1 -D__FLT64_HAS_INFINITY__=1 -D__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1) -D__INTPTR_TYPE__=int -D__UINT16_TYPE__=short unsigned int -D__WCHAR_TYPE__=short unsigned int -D__SIZEOF_FLOAT__=4 -D__UINTPTR_MAX__=0xffffffffU -D__INT_FAST64_WIDTH__=64 -D__DEC64_MIN_EXP__=(-382) -D__FLT32_DECIMAL_DIG__=9 -D__INT_FAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 -D__FLT_DIG__=6 -D__FLT32_HAS_INFINITY__=1 -D__UINT_FAST64_TYPE__=long long unsigned int -D__INT_MAX__=0x7fffffff -D__INT64_TYPE__=long long int -D__FLT_MAX_EXP__=128 -D__DBL_MANT_DIG__=53 -D__INT_LEAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 -D__FP_FAST_FMAF32=1 -D__DEC64_MIN__=1E-383DD -D__WINT_TYPE__=unsigned int -D__UINT_LEAST32_TYPE__=unsigned int -D__SIZEOF_SHORT__=2 -D__LDBL_MIN_EXP__=(-1021) -D__FLT64_MAX__=1.7976931348623157e+308F64 -D__WINT_WIDTH__=32 -D__INT_LEAST8_MAX__=0x7f -D__FLT32X_MAX_10_EXP__=308 -D__SSP__=1 -D__LDBL_MAX_10_EXP__=308 -D__ATOMIC_RELAXED=0 -D__DBL_EPSILON__=((double)2.2204460492503131e-16L) -D__XTENSA_WINDOWED_ABI__=1 -D__UINT8_C(c)=c -D__FLT64_MAX_EXP__=1024 -D__INT_LEAST32_TYPE__=int -D__SIZEOF_WCHAR_T__=2 -D__UINT64_TYPE__=long long unsigned int -D__INT_FAST8_TYPE__=int -D__GNUC_STDC_INLINE__=1 -D__FLT64_HAS_DENORM__=1 -D__FLT32_EPSILON__=1.1920928955078125e-7F32 -D__DBL_DECIMAL_DIG__=17 -D__STDC_UTF_32__=1 -D__INT_FAST8_WIDTH__=32 -D__DEC_EVAL_METHOD__=2 -D__FLT32X_MAX__=1.7976931348623157e+308F32x -D__XTENSA__=1 -D__ORDER_BIG_ENDIAN__=4321 -D__UINT32_C(c)=c ## U -D__INTMAX_MAX__=0x7fffffffffffffffLL -D__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__FLT_DENORM_MIN__=1.4012984643248171e-45F -D__INT8_MAX__=0x7f -D__LONG_WIDTH__=32 -D__UINT_FAST32_TYPE__=unsigned int -D__CHAR32_TYPE__=unsigned int -D__FLT_MAX__=3.4028234663852886e+38F -D__INT32_TYPE__=int -D__SIZEOF_DOUBLE__=8 -D__FLT_MIN_10_EXP__=(-37) -D__FLT64_MIN__=2.2250738585072014e-308F64 -D__INT_LEAST32_WIDTH__=32 -D__INTMAX_TYPE__=long long int -D__DEC128_MAX_EXP__=6145 -D__FLT32X_HAS_QUIET_NAN__=1 -D__ATOMIC_CONSUME=1 -D__GNUC_MINOR__=4 -D__INT_FAST16_WIDTH__=32 -D__UINTMAX_MAX__=0xffffffffffffffffULL -D__DEC32_MANT_DIG__=7 -D__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x -D__DBL_MAX_10_EXP__=308 -D__LDBL_DENORM_MIN__=4.9406564584124654e-324L -D__INT16_C(c)=c -D__STDC__=1 -D__PTRDIFF_TYPE__=int -D__ATOMIC_SEQ_CST=5 -D__UINT32_TYPE__=unsigned int -D__FLT32X_MIN_10_EXP__=(-307) -D__UINTPTR_TYPE__=unsigned int -D__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD -D__DEC128_MANT_DIG__=34 -D__LDBL_MIN_10_EXP__=(-307) -D__SIZEOF_LONG_LONG__=8 -D__GCC_ATOMIC_LLONG_LOCK_FREE=1 -D__FLT32X_MIN__=2.2250738585072014e-308F32x -D__LDBL_DIG__=15 -D__FLT_DECIMAL_DIG__=9 -D__UINT_FAST16_MAX__=0xffffffffU -D__GCC_ATOMIC_SHORT_LOCK_FREE=2 -D__INT_LEAST64_WIDTH__=64 -D__UINT_FAST8_TYPE__=unsigned int -D__ATOMIC_ACQ_REL=4 -D__ATOMIC_RELEASE=3 --includes-file=C:\Users\andreas\AppData\Local\Temp\tmpsh972smf "c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\lilygo1_gif.c" Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\lilygo1_gif.c ... Defines:PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__STDC_UTF_16__=1;__DEC32_MAX__=9.999999E96DF;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__DBL_MAX__=((double)1.7976931348623157e+308L);__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=((double)2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__STDC_VERSION__=199901L;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__FLT32_HAS_INFINITY__=1;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=((double)2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__UINT64_TYPE__=long long unsigned int;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3 Undefines: Includes: -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/include/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TouchLib/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/OneButton/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/newlib/platform_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/port/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/heap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/log/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/sntp/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/lwip/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/platform_port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/public_compat/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_pm/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ringbuf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/vfs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_wifi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_event/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_netif/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_eth/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcpip_adapter/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ipc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_trace/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_timer/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/mbedtls/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_update/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spi_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bootloader_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nvs_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/pthread/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ieee802154/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/console/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/asio/asio/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/osi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/include/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cbor/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/unity/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cmock/CMock/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/libcoap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_adc_cal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hid/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcp_transport/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_ota/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/interface/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protobuf-c/protobuf-c/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/common/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/security/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/transports/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mdns/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_local_ctrl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/sdmmc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_serial_slave_link/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_websocket_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/expat/expat/lib/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wear_levelling/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/diskio/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/vfs/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freemodbus/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/jsmn/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json/cJSON/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/port_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/openssl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/perfmon/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spiffs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/usb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ulp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wifi_provisioning/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rmaker_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_generator/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_schedule/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rainmaker/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/gpio_button/button/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/qrcode/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ws2812_led/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_diagnostics/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rtc_store/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_insights/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dotprod/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/hann/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_harris/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/flat_top/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/iir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/add/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mul/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/addc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mulc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sqrt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/matrix/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fft/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dct/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/conv/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf_imu13states/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_littlefs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/tool/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/typedef/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/image/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/math/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/nn/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/layer/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/detect/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/model_zoo/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/esp-tts/esp_tts_chinese/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/conversions/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fb_gfx/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/qio_opi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/cores/esp32/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/variants/esp32s3/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/Arduino_GFX/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/DabbleESP32/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TFT_eSPI/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/arduino-nofrendo/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BluetoothSerial/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/EEPROM/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESP32/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESPmDNS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ethernet/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FFat/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdate/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdateServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/I2S/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Insights/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/LittleFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/RainMaker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/USB/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Update/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WebServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiProv/src/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/riscv32-esp-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/xtensa-esp32s3-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/ Platform:Unspecified Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\lilygo1_gif.c: PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__STDC_UTF_16__=1;__DEC32_MAX__=9.999999E96DF;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__DBL_MAX__=((double)1.7976931348623157e+308L);__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=((double)2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__STDC_VERSION__=199901L;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__FLT32_HAS_INFINITY__=1;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=((double)2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__UINT64_TYPE__=long long unsigned int;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3... "severity=error<&PIO&>message=There is an unknown macro here somewhere. Configuration is required. If basename is a macro then please configure it.<&PIO&>file=C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\string.h<&PIO&>line=172<&PIO&>column=23<&PIO&>callstack=[C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\string.h:172]<&PIO&>cwe=0<&PIO&>id=unknownMacro" C:\Users\andreas\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\Users\andreas\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}<&PIO&>message={message}<&PIO&>file={file}<&PIO&>line={line}<&PIO&>column={column}<&PIO&>callstack={callstack}<&PIO&>cwe={cwe}<&PIO&>id={id}" --inline-suppr --platform=unspecified --enable=warning,style,performance,portability,unusedFunction --language=c --std=c99 -DPLATFORMIO=60105 -DARDUINO_ESP32S3_DEV -DARDUINO_USB_MODE=1 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DLV_LVGL_H_INCLUDE_SIMPLE -DBOARD_HAS_PSRAM -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.3" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -DARDUINO_ARCH_ESP32 -DESP32 -DF_CPU=240000000L -DARDUINO=10812 -DARDUINO_VARIANT="esp32s3" -DARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)" -DARDUINO_PARTITION_default_16MB -D__DBL_MIN_EXP__=(-1021) -D__FLT32X_MAX_EXP__=1024 -D__UINT_LEAST16_MAX__=0xffff -D__ATOMIC_ACQUIRE=2 -D__FLT_MIN__=1.1754943508222875e-38F -D__GCC_IEC_559_COMPLEX=0 -D__UINT_LEAST8_TYPE__=unsigned char -D__INTMAX_C(c)=c ## LL -D__CHAR_BIT__=8 -D__UINT8_MAX__=0xff -D__WINT_MAX__=0xffffffffU -D__FLT32_MIN_EXP__=(-125) -D__ORDER_LITTLE_ENDIAN__=1234 -D__SIZE_MAX__=0xffffffffU -D__WCHAR_MAX__=0xffff -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 -D__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L) -D__GCC_ATOMIC_CHAR_LOCK_FREE=2 -D__GCC_IEC_559=0 -D__FLT32X_DECIMAL_DIG__=17 -D__FLT_EVAL_METHOD__=0 -D__FLT64_DECIMAL_DIG__=17 -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 -D__UINT_FAST64_MAX__=0xffffffffffffffffULL -D__SIG_ATOMIC_TYPE__=int -D__DBL_MIN_10_EXP__=(-307) -D__FINITE_MATH_ONLY__=0 -D__GNUC_PATCHLEVEL__=0 -D__FLT32_HAS_DENORM__=1 -D__UINT_FAST8_MAX__=0xffffffffU -D__has_include(STR)=__has_include__(STR) -D__DEC64_MAX_EXP__=385 -D__INT8_C(c)=c -D__INT_LEAST8_WIDTH__=8 -D__UINT_LEAST64_MAX__=0xffffffffffffffffULL -D__SHRT_MAX__=0x7fff -D__LDBL_MAX__=1.7976931348623157e+308L -D__UINT_LEAST8_MAX__=0xff -D__GCC_ATOMIC_BOOL_LOCK_FREE=2 -D__UINTMAX_TYPE__=long long unsigned int -D__DEC32_EPSILON__=1E-6DF -D__FLT_EVAL_METHOD_TS_18661_3__=0 -D__CHAR_UNSIGNED__=1 -D__UINT32_MAX__=0xffffffffU -D__LDBL_MAX_EXP__=1024 -D__WINT_MIN__=0U -D__INT_LEAST16_WIDTH__=16 -D__SCHAR_MAX__=0x7f -D__WCHAR_MIN__=0 -D__INT64_C(c)=c ## LL -D__DBL_DIG__=15 -D__GCC_ATOMIC_POINTER_LOCK_FREE=2 -D__SIZEOF_INT__=4 -D__SIZEOF_POINTER__=4 -D__USER_LABEL_PREFIX__ -D__STDC_HOSTED__=1 -D__LDBL_HAS_INFINITY__=1 -D__XTENSA_EL__=1 -D__FLT32_DIG__=6 -D__FLT_EPSILON__=1.1920928955078125e-7F -D__SHRT_WIDTH__=16 -D__LDBL_MIN__=2.2250738585072014e-308L -D__STDC_UTF_16__=1 -D__DEC32_MAX__=9.999999E96DF -D__FLT32X_HAS_INFINITY__=1 -D__INT32_MAX__=0x7fffffff -D__INT_WIDTH__=32 -D__SIZEOF_LONG__=4 -D__UINT16_C(c)=c -D__PTRDIFF_WIDTH__=32 -D__DECIMAL_DIG__=17 -D__FLT64_EPSILON__=2.2204460492503131e-16F64 -D__INTMAX_WIDTH__=64 -D__has_include_next(STR)=__has_include_next__(STR) -D__LDBL_HAS_QUIET_NAN__=1 -D__FLT64_MANT_DIG__=53 -D__GNUC__=8 -D__FLT_HAS_DENORM__=1 -D__SIZEOF_LONG_DOUBLE__=8 -D__BIGGEST_ALIGNMENT__=16 -D__FLT64_MAX_10_EXP__=308 -D__DBL_MAX__=((double)1.7976931348623157e+308L) -D__INT_FAST32_MAX__=0x7fffffff -D__DBL_HAS_INFINITY__=1 -D__DEC32_MIN_EXP__=(-94) -D__INTPTR_WIDTH__=32 -D__FLT32X_HAS_DENORM__=1 -D__INT_FAST16_TYPE__=int -D__LDBL_HAS_DENORM__=1 -D__DEC128_MAX__=9.999999999999999999999999999999999E6144DL -D__INT_LEAST32_MAX__=0x7fffffff -D__DEC32_MIN__=1E-95DF -D__DBL_MAX_EXP__=1024 -D__WCHAR_WIDTH__=16 -D__FLT32_MAX__=3.4028234663852886e+38F32 -D__DEC128_EPSILON__=1E-33DL -D__PTRDIFF_MAX__=0x7fffffff -D__FLT32_HAS_QUIET_NAN__=1 -D__LONG_LONG_MAX__=0x7fffffffffffffffLL -D__SIZEOF_SIZE_T__=4 -D__SIZEOF_WINT_T__=4 -D__LONG_LONG_WIDTH__=64 -D__FLT32_MAX_EXP__=128 -D__GXX_ABI_VERSION=1013 -D__FLT_MIN_EXP__=(-125) -D__INT_FAST64_TYPE__=long long int -D__FP_FAST_FMAF=1 -D__FLT64_DENORM_MIN__=4.9406564584124654e-324F64 -D__DBL_MIN__=((double)2.2250738585072014e-308L) -D__FLT32X_EPSILON__=2.2204460492503131e-16F32x -D__FLT64_MIN_EXP__=(-1021) -D__FLT64_MIN_10_EXP__=(-307) -D__DEC128_MIN__=1E-6143DL -D__REGISTER_PREFIX__ -D__UINT16_MAX__=0xffff -D__DBL_HAS_DENORM__=1 -D__FLT32_MIN__=1.1754943508222875e-38F32 -D__UINT8_TYPE__=unsigned char -D__NO_INLINE__=1 -D__FLT_MANT_DIG__=24 -D__LDBL_DECIMAL_DIG__=17 -D__VERSION__="8.4.0" -D__UINT64_C(c)=c ## ULL -D__GCC_ATOMIC_INT_LOCK_FREE=2 -D__FLT32_MANT_DIG__=24 -D__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__SCHAR_WIDTH__=8 -D__INT32_C(c)=c -D__DEC64_EPSILON__=1E-15DD -D__ORDER_PDP_ENDIAN__=3412 -D__DEC128_MIN_EXP__=(-6142) -D__FLT32_MAX_10_EXP__=38 -D__INT_FAST32_TYPE__=int -D__UINT_LEAST16_TYPE__=short unsigned int -D__INT16_MAX__=0x7fff -D__SIZE_TYPE__=unsigned int -D__UINT64_MAX__=0xffffffffffffffffULL -D__INT8_TYPE__=signed char -D__ELF__=1 -D__xtensa__=1 -D__FLT_RADIX__=2 -D__INT_LEAST16_TYPE__=short int -D__LDBL_EPSILON__=2.2204460492503131e-16L -D__UINTMAX_C(c)=c ## ULL -D__SIG_ATOMIC_MAX__=0x7fffffff -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 -D__SIZEOF_PTRDIFF_T__=4 -D__FLT32X_MANT_DIG__=53 -D__FLT32X_MIN_EXP__=(-1021) -D__DEC32_SUBNORMAL_MIN__=0.000001E-95DF -D__INT_FAST16_MAX__=0x7fffffff -D__FLT64_DIG__=15 -D__UINT_FAST32_MAX__=0xffffffffU -D__UINT_LEAST64_TYPE__=long long unsigned int -D__FLT_HAS_QUIET_NAN__=1 -D__FLT_MAX_10_EXP__=38 -D__LONG_MAX__=0x7fffffffL -D__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL -D__FLT_HAS_INFINITY__=1 -D__UINT_FAST16_TYPE__=unsigned int -D__DEC64_MAX__=9.999999999999999E384DD -D__INT_FAST32_WIDTH__=32 -D__CHAR16_TYPE__=short unsigned int -D__PRAGMA_REDEFINE_EXTNAME=1 -D__SIZE_WIDTH__=32 -D__INT_LEAST16_MAX__=0x7fff -D__DEC64_MANT_DIG__=16 -D__INT64_MAX__=0x7fffffffffffffffLL -D__UINT_LEAST32_MAX__=0xffffffffU -D__FLT32_DENORM_MIN__=1.4012984643248171e-45F32 -D__GCC_ATOMIC_LONG_LOCK_FREE=2 -D__SIG_ATOMIC_WIDTH__=32 -D__INT_LEAST64_TYPE__=long long int -D__INT16_TYPE__=short int -D__INT_LEAST8_TYPE__=signed char -D__STDC_VERSION__=199901L -D__DEC32_MAX_EXP__=97 -D__INT_FAST8_MAX__=0x7fffffff -D__INTPTR_MAX__=0x7fffffff -D__FLT64_HAS_QUIET_NAN__=1 -D__FLT32_MIN_10_EXP__=(-37) -D__FLT32X_DIG__=15 -D__LDBL_MANT_DIG__=53 -D__DBL_HAS_QUIET_NAN__=1 -D__FLT64_HAS_INFINITY__=1 -D__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1) -D__INTPTR_TYPE__=int -D__UINT16_TYPE__=short unsigned int -D__WCHAR_TYPE__=short unsigned int -D__SIZEOF_FLOAT__=4 -D__UINTPTR_MAX__=0xffffffffU -D__INT_FAST64_WIDTH__=64 -D__DEC64_MIN_EXP__=(-382) -D__FLT32_DECIMAL_DIG__=9 -D__INT_FAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 -D__FLT_DIG__=6 -D__FLT32_HAS_INFINITY__=1 -D__UINT_FAST64_TYPE__=long long unsigned int -D__INT_MAX__=0x7fffffff -D__INT64_TYPE__=long long int -D__FLT_MAX_EXP__=128 -D__DBL_MANT_DIG__=53 -D__INT_LEAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 -D__FP_FAST_FMAF32=1 -D__DEC64_MIN__=1E-383DD -D__WINT_TYPE__=unsigned int -D__UINT_LEAST32_TYPE__=unsigned int -D__SIZEOF_SHORT__=2 -D__LDBL_MIN_EXP__=(-1021) -D__FLT64_MAX__=1.7976931348623157e+308F64 -D__WINT_WIDTH__=32 -D__INT_LEAST8_MAX__=0x7f -D__FLT32X_MAX_10_EXP__=308 -D__SSP__=1 -D__LDBL_MAX_10_EXP__=308 -D__ATOMIC_RELAXED=0 -D__DBL_EPSILON__=((double)2.2204460492503131e-16L) -D__XTENSA_WINDOWED_ABI__=1 -D__UINT8_C(c)=c -D__FLT64_MAX_EXP__=1024 -D__INT_LEAST32_TYPE__=int -D__SIZEOF_WCHAR_T__=2 -D__UINT64_TYPE__=long long unsigned int -D__INT_FAST8_TYPE__=int -D__GNUC_STDC_INLINE__=1 -D__FLT64_HAS_DENORM__=1 -D__FLT32_EPSILON__=1.1920928955078125e-7F32 -D__DBL_DECIMAL_DIG__=17 -D__STDC_UTF_32__=1 -D__INT_FAST8_WIDTH__=32 -D__DEC_EVAL_METHOD__=2 -D__FLT32X_MAX__=1.7976931348623157e+308F32x -D__XTENSA__=1 -D__ORDER_BIG_ENDIAN__=4321 -D__UINT32_C(c)=c ## U -D__INTMAX_MAX__=0x7fffffffffffffffLL -D__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__FLT_DENORM_MIN__=1.4012984643248171e-45F -D__INT8_MAX__=0x7f -D__LONG_WIDTH__=32 -D__UINT_FAST32_TYPE__=unsigned int -D__CHAR32_TYPE__=unsigned int -D__FLT_MAX__=3.4028234663852886e+38F -D__INT32_TYPE__=int -D__SIZEOF_DOUBLE__=8 -D__FLT_MIN_10_EXP__=(-37) -D__FLT64_MIN__=2.2250738585072014e-308F64 -D__INT_LEAST32_WIDTH__=32 -D__INTMAX_TYPE__=long long int -D__DEC128_MAX_EXP__=6145 -D__FLT32X_HAS_QUIET_NAN__=1 -D__ATOMIC_CONSUME=1 -D__GNUC_MINOR__=4 -D__INT_FAST16_WIDTH__=32 -D__UINTMAX_MAX__=0xffffffffffffffffULL -D__DEC32_MANT_DIG__=7 -D__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x -D__DBL_MAX_10_EXP__=308 -D__LDBL_DENORM_MIN__=4.9406564584124654e-324L -D__INT16_C(c)=c -D__STDC__=1 -D__PTRDIFF_TYPE__=int -D__ATOMIC_SEQ_CST=5 -D__UINT32_TYPE__=unsigned int -D__FLT32X_MIN_10_EXP__=(-307) -D__UINTPTR_TYPE__=unsigned int -D__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD -D__DEC128_MANT_DIG__=34 -D__LDBL_MIN_10_EXP__=(-307) -D__SIZEOF_LONG_LONG__=8 -D__GCC_ATOMIC_LLONG_LOCK_FREE=1 -D__FLT32X_MIN__=2.2250738585072014e-308F32x -D__LDBL_DIG__=15 -D__FLT_DECIMAL_DIG__=9 -D__UINT_FAST16_MAX__=0xffffffffU -D__GCC_ATOMIC_SHORT_LOCK_FREE=2 -D__INT_LEAST64_WIDTH__=64 -D__UINT_FAST8_TYPE__=unsigned int -D__ATOMIC_ACQ_REL=4 -D__ATOMIC_RELEASE=3 --includes-file=C:\Users\andreas\AppData\Local\Temp\tmpwdzajlzs "c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\lilygo2_gif.c" Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\lilygo2_gif.c ... Defines:PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__STDC_UTF_16__=1;__DEC32_MAX__=9.999999E96DF;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__DBL_MAX__=((double)1.7976931348623157e+308L);__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=((double)2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__STDC_VERSION__=199901L;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__FLT32_HAS_INFINITY__=1;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=((double)2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__UINT64_TYPE__=long long unsigned int;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3 Undefines: Includes: -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/include/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TouchLib/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/OneButton/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/newlib/platform_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/port/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/heap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/log/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/sntp/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/lwip/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/platform_port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/public_compat/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_pm/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ringbuf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/vfs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_wifi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_event/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_netif/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_eth/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcpip_adapter/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ipc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_trace/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_timer/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/mbedtls/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_update/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spi_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bootloader_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nvs_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/pthread/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ieee802154/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/console/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/asio/asio/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/osi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/include/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cbor/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/unity/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cmock/CMock/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/libcoap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_adc_cal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hid/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcp_transport/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_ota/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/interface/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protobuf-c/protobuf-c/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/common/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/security/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/transports/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mdns/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_local_ctrl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/sdmmc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_serial_slave_link/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_websocket_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/expat/expat/lib/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wear_levelling/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/diskio/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/vfs/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freemodbus/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/jsmn/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json/cJSON/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/port_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/openssl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/perfmon/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spiffs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/usb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ulp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wifi_provisioning/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rmaker_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_generator/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_schedule/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rainmaker/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/gpio_button/button/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/qrcode/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ws2812_led/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_diagnostics/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rtc_store/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_insights/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dotprod/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/hann/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_harris/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/flat_top/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/iir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/add/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mul/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/addc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mulc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sqrt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/matrix/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fft/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dct/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/conv/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf_imu13states/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_littlefs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/tool/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/typedef/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/image/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/math/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/nn/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/layer/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/detect/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/model_zoo/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/esp-tts/esp_tts_chinese/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/conversions/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fb_gfx/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/qio_opi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/cores/esp32/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/variants/esp32s3/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/Arduino_GFX/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/DabbleESP32/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TFT_eSPI/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/arduino-nofrendo/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BluetoothSerial/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/EEPROM/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESP32/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESPmDNS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ethernet/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FFat/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdate/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdateServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/I2S/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Insights/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/LittleFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/RainMaker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/USB/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Update/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WebServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiProv/src/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/riscv32-esp-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/xtensa-esp32s3-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/ Platform:Unspecified Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\lilygo2_gif.c: PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=((double)4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__STDC_UTF_16__=1;__DEC32_MAX__=9.999999E96DF;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__FLT64_MAX_10_EXP__=308;__DBL_MAX__=((double)1.7976931348623157e+308L);__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__FLT32_MAX_EXP__=128;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=((double)2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_EXP__=(-1021);__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__STDC_VERSION__=199901L;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__FLT32X_DIG__=15;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__FLT32_HAS_INFINITY__=1;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=((double)2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__UINT64_TYPE__=long long unsigned int;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3... "severity=error<&PIO&>message=There is an unknown macro here somewhere. Configuration is required. If basename is a macro then please configure it.<&PIO&>file=C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\string.h<&PIO&>line=172<&PIO&>column=23<&PIO&>callstack=[C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\string.h:172]<&PIO&>cwe=0<&PIO&>id=unknownMacro" C:\Users\andreas\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\Users\andreas\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}<&PIO&>message={message}<&PIO&>file={file}<&PIO&>line={line}<&PIO&>column={column}<&PIO&>callstack={callstack}<&PIO&>cwe={cwe}<&PIO&>id={id}" --inline-suppr --platform=unspecified --enable=warning,style,performance,portability,unusedFunction --language=c++ --std=c++11 -DPLATFORMIO=60105 -DARDUINO_ESP32S3_DEV -DARDUINO_USB_MODE=1 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DLV_LVGL_H_INCLUDE_SIMPLE -DBOARD_HAS_PSRAM -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.3" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -DARDUINO_ARCH_ESP32 -DESP32 -DF_CPU=240000000L -DARDUINO=10812 -DARDUINO_VARIANT="esp32s3" -DARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)" -DARDUINO_PARTITION_default_16MB -D__DBL_MIN_EXP__=(-1021) -D__FLT32X_MAX_EXP__=1024 -D__cpp_attributes=200809 -D__UINT_LEAST16_MAX__=0xffff -D__ATOMIC_ACQUIRE=2 -D__FLT_MIN__=1.1754943508222875e-38F -D__GCC_IEC_559_COMPLEX=0 -D__UINT_LEAST8_TYPE__=unsigned char -D__INTMAX_C(c)=c ## LL -D__CHAR_BIT__=8 -D__UINT8_MAX__=0xff -D__WINT_MAX__=0xffffffffU -D__FLT32_MIN_EXP__=(-125) -D__cpp_static_assert=200410 -D__ORDER_LITTLE_ENDIAN__=1234 -D__SIZE_MAX__=0xffffffffU -D__WCHAR_MAX__=0xffff -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 -D__DBL_DENORM_MIN__=double(4.9406564584124654e-324L) -D__GCC_ATOMIC_CHAR_LOCK_FREE=2 -D__GCC_IEC_559=0 -D__FLT32X_DECIMAL_DIG__=17 -D__FLT_EVAL_METHOD__=0 -D__cpp_binary_literals=201304 -D__FLT64_DECIMAL_DIG__=17 -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 -D__cpp_variadic_templates=200704 -D__UINT_FAST64_MAX__=0xffffffffffffffffULL -D__SIG_ATOMIC_TYPE__=int -D__DBL_MIN_10_EXP__=(-307) -D__FINITE_MATH_ONLY__=0 -D__GNUC_PATCHLEVEL__=0 -D__FLT32_HAS_DENORM__=1 -D__UINT_FAST8_MAX__=0xffffffffU -D__has_include(STR)=__has_include__(STR) -D__DEC64_MAX_EXP__=385 -D__INT8_C(c)=c -D__INT_LEAST8_WIDTH__=8 -D__UINT_LEAST64_MAX__=0xffffffffffffffffULL -D__SHRT_MAX__=0x7fff -D__LDBL_MAX__=1.7976931348623157e+308L -D__UINT_LEAST8_MAX__=0xff -D__GCC_ATOMIC_BOOL_LOCK_FREE=2 -D__UINTMAX_TYPE__=long long unsigned int -D__DEC32_EPSILON__=1E-6DF -D__FLT_EVAL_METHOD_TS_18661_3__=0 -D__CHAR_UNSIGNED__=1 -D__UINT32_MAX__=0xffffffffU -D__GXX_EXPERIMENTAL_CXX0X__=1 -D__LDBL_MAX_EXP__=1024 -D__WINT_MIN__=0U -D__INT_LEAST16_WIDTH__=16 -D__SCHAR_MAX__=0x7f -D__WCHAR_MIN__=0 -D__INT64_C(c)=c ## LL -D__DBL_DIG__=15 -D__GCC_ATOMIC_POINTER_LOCK_FREE=2 -D__SIZEOF_INT__=4 -D__SIZEOF_POINTER__=4 -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 -D__USER_LABEL_PREFIX__ -D__STDC_HOSTED__=1 -D__LDBL_HAS_INFINITY__=1 -D__XTENSA_EL__=1 -D__FLT32_DIG__=6 -D__FLT_EPSILON__=1.1920928955078125e-7F -D__GXX_WEAK__=1 -D__SHRT_WIDTH__=16 -D__LDBL_MIN__=2.2250738585072014e-308L -D__DEC32_MAX__=9.999999E96DF -D__cpp_threadsafe_static_init=200806 -D__FLT32X_HAS_INFINITY__=1 -D__INT32_MAX__=0x7fffffff -D__INT_WIDTH__=32 -D__SIZEOF_LONG__=4 -D__UINT16_C(c)=c -D__PTRDIFF_WIDTH__=32 -D__DECIMAL_DIG__=17 -D__FLT64_EPSILON__=2.2204460492503131e-16F64 -D__INTMAX_WIDTH__=64 -D__FLT64_MIN_EXP__=(-1021) -D__has_include_next(STR)=__has_include_next__(STR) -D__LDBL_HAS_QUIET_NAN__=1 -D__FLT64_MANT_DIG__=53 -D__GNUC__=8 -D__cpp_delegating_constructors=200604 -D__FLT_HAS_DENORM__=1 -D__SIZEOF_LONG_DOUBLE__=8 -D__BIGGEST_ALIGNMENT__=16 -D__STDC_UTF_16__=1 -D__FLT64_MAX_10_EXP__=308 -D__FLT32_HAS_INFINITY__=1 -D__DBL_MAX__=double(1.7976931348623157e+308L) -D__cpp_raw_strings=200710 -D__INT_FAST32_MAX__=0x7fffffff -D__DBL_HAS_INFINITY__=1 -D__DEC32_MIN_EXP__=(-94) -D__INTPTR_WIDTH__=32 -D__FLT32X_HAS_DENORM__=1 -D__INT_FAST16_TYPE__=int -D__LDBL_HAS_DENORM__=1 -D__cplusplus=201103L -D__cpp_ref_qualifiers=200710 -D__DEC128_MAX__=9.999999999999999999999999999999999E6144DL -D__INT_LEAST32_MAX__=0x7fffffff -D__DEC32_MIN__=1E-95DF -D__DEPRECATED=1 -D__cpp_rvalue_references=200610 -D__DBL_MAX_EXP__=1024 -D__WCHAR_WIDTH__=16 -D__FLT32_MAX__=3.4028234663852886e+38F32 -D__DEC128_EPSILON__=1E-33DL -D__PTRDIFF_MAX__=0x7fffffff -D__FLT32_HAS_QUIET_NAN__=1 -D__GNUG__=8 -D__LONG_LONG_MAX__=0x7fffffffffffffffLL -D__SIZEOF_SIZE_T__=4 -D__cpp_rvalue_reference=200610 -D__cpp_nsdmi=200809 -D__SIZEOF_WINT_T__=4 -D__LONG_LONG_WIDTH__=64 -D__cpp_initializer_lists=200806 -D__FLT32_MAX_EXP__=128 -D__cpp_hex_float=201603 -D__GXX_ABI_VERSION=1013 -D__FLT_MIN_EXP__=(-125) -D__cpp_lambdas=200907 -D__INT_FAST64_TYPE__=long long int -D__FP_FAST_FMAF=1 -D__FLT64_DENORM_MIN__=4.9406564584124654e-324F64 -D__DBL_MIN__=double(2.2250738585072014e-308L) -D__FLT32X_EPSILON__=2.2204460492503131e-16F32x -D__FLT64_MIN_10_EXP__=(-307) -D__DEC128_MIN__=1E-6143DL -D__REGISTER_PREFIX__ -D__UINT16_MAX__=0xffff -D__DBL_HAS_DENORM__=1 -D__FLT32_MIN__=1.1754943508222875e-38F32 -D__UINT8_TYPE__=unsigned char -D__NO_INLINE__=1 -D__FLT_MANT_DIG__=24 -D__LDBL_DECIMAL_DIG__=17 -D__VERSION__="8.4.0" -D__UINT64_C(c)=c ## ULL -D__cpp_unicode_characters=200704 -D__GCC_ATOMIC_INT_LOCK_FREE=2 -D__FLT32_MANT_DIG__=24 -D__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__SCHAR_WIDTH__=8 -D__INT32_C(c)=c -D__DEC64_EPSILON__=1E-15DD -D__ORDER_PDP_ENDIAN__=3412 -D__DEC128_MIN_EXP__=(-6142) -D__FLT32_MAX_10_EXP__=38 -D__INT_FAST32_TYPE__=int -D__UINT_LEAST16_TYPE__=short unsigned int -D__INT16_MAX__=0x7fff -D__SIZE_TYPE__=unsigned int -D__UINT64_MAX__=0xffffffffffffffffULL -D__INT8_TYPE__=signed char -D__ELF__=1 -D__xtensa__=1 -D__FLT_RADIX__=2 -D__INT_LEAST16_TYPE__=short int -D__LDBL_EPSILON__=2.2204460492503131e-16L -D__UINTMAX_C(c)=c ## ULL -D__SIG_ATOMIC_MAX__=0x7fffffff -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 -D__SIZEOF_PTRDIFF_T__=4 -D__FLT32X_MANT_DIG__=53 -D__FLT32X_MIN_EXP__=(-1021) -D__DEC32_SUBNORMAL_MIN__=0.000001E-95DF -D__INT_FAST16_MAX__=0x7fffffff -D__FLT64_DIG__=15 -D__UINT_FAST32_MAX__=0xffffffffU -D__UINT_LEAST64_TYPE__=long long unsigned int -D__FLT_HAS_QUIET_NAN__=1 -D__FLT_MAX_10_EXP__=38 -D__LONG_MAX__=0x7fffffffL -D__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL -D__FLT_HAS_INFINITY__=1 -D__cpp_unicode_literals=200710 -D__UINT_FAST16_TYPE__=unsigned int -D__DEC64_MAX__=9.999999999999999E384DD -D__INT_FAST32_WIDTH__=32 -D__CHAR16_TYPE__=short unsigned int -D__PRAGMA_REDEFINE_EXTNAME=1 -D__SIZE_WIDTH__=32 -D__INT_LEAST16_MAX__=0x7fff -D__DEC64_MANT_DIG__=16 -D__INT64_MAX__=0x7fffffffffffffffLL -D__UINT_LEAST32_MAX__=0xffffffffU -D__FLT32_DENORM_MIN__=1.4012984643248171e-45F32 -D__GCC_ATOMIC_LONG_LOCK_FREE=2 -D__SIG_ATOMIC_WIDTH__=32 -D__INT_LEAST64_TYPE__=long long int -D__INT16_TYPE__=short int -D__INT_LEAST8_TYPE__=signed char -D__DEC32_MAX_EXP__=97 -D__INT_FAST8_MAX__=0x7fffffff -D__INTPTR_MAX__=0x7fffffff -D__cpp_range_based_for=200907 -D__FLT64_HAS_QUIET_NAN__=1 -D__FLT32_MIN_10_EXP__=(-37) -D__EXCEPTIONS=1 -D__LDBL_MANT_DIG__=53 -D__DBL_HAS_QUIET_NAN__=1 -D__FLT64_HAS_INFINITY__=1 -D__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1) -D__INTPTR_TYPE__=int -D__UINT16_TYPE__=short unsigned int -D__WCHAR_TYPE__=short unsigned int -D__SIZEOF_FLOAT__=4 -D__UINTPTR_MAX__=0xffffffffU -D__INT_FAST64_WIDTH__=64 -D__DEC64_MIN_EXP__=(-382) -D__cpp_decltype=200707 -D__FLT32_DECIMAL_DIG__=9 -D__INT_FAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 -D__FLT_DIG__=6 -D__UINT_FAST64_TYPE__=long long unsigned int -D__INT_MAX__=0x7fffffff -D__INT64_TYPE__=long long int -D__FLT_MAX_EXP__=128 -D__DBL_MANT_DIG__=53 -D__cpp_inheriting_constructors=201511 -D__INT_LEAST64_MAX__=0x7fffffffffffffffLL -D__FP_FAST_FMAF32=1 -D__DEC64_MIN__=1E-383DD -D__WINT_TYPE__=unsigned int -D__UINT_LEAST32_TYPE__=unsigned int -D__SIZEOF_SHORT__=2 -D__LDBL_MIN_EXP__=(-1021) -D__FLT64_MAX__=1.7976931348623157e+308F64 -D__WINT_WIDTH__=32 -D__INT_LEAST8_MAX__=0x7f -D__FLT32X_MAX_10_EXP__=308 -D__SSP__=1 -D__WCHAR_UNSIGNED__=1 -D__LDBL_MAX_10_EXP__=308 -D__ATOMIC_RELAXED=0 -D__DBL_EPSILON__=double(2.2204460492503131e-16L) -D__XTENSA_WINDOWED_ABI__=1 -D__UINT8_C(c)=c -D__FLT64_MAX_EXP__=1024 -D__INT_LEAST32_TYPE__=int -D__SIZEOF_WCHAR_T__=2 -D__INT_FAST8_TYPE__=int -D__GNUC_STDC_INLINE__=1 -D__FLT64_HAS_DENORM__=1 -D__FLT32_EPSILON__=1.1920928955078125e-7F32 -D__DBL_DECIMAL_DIG__=17 -D__STDC_UTF_32__=1 -D__INT_FAST8_WIDTH__=32 -D__DEC_EVAL_METHOD__=2 -D__FLT32X_MAX__=1.7976931348623157e+308F32x -D__XTENSA__=1 -D__ORDER_BIG_ENDIAN__=4321 -D__cpp_runtime_arrays=198712 -D__UINT64_TYPE__=long long unsigned int -D__UINT32_C(c)=c ## U -D__INTMAX_MAX__=0x7fffffffffffffffLL -D__cpp_alias_templates=200704 -D__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__FLT_DENORM_MIN__=1.4012984643248171e-45F -D__INT8_MAX__=0x7f -D__LONG_WIDTH__=32 -D__UINT_FAST32_TYPE__=unsigned int -D__CHAR32_TYPE__=unsigned int -D__FLT_MAX__=3.4028234663852886e+38F -D__cpp_constexpr=200704 -D__INT32_TYPE__=int -D__SIZEOF_DOUBLE__=8 -D__cpp_exceptions=199711 -D__FLT_MIN_10_EXP__=(-37) -D__FLT64_MIN__=2.2250738585072014e-308F64 -D__INT_LEAST32_WIDTH__=32 -D__INTMAX_TYPE__=long long int -D__DEC128_MAX_EXP__=6145 -D__FLT32X_HAS_QUIET_NAN__=1 -D__ATOMIC_CONSUME=1 -D__GNUC_MINOR__=4 -D__INT_FAST16_WIDTH__=32 -D__UINTMAX_MAX__=0xffffffffffffffffULL -D__DEC32_MANT_DIG__=7 -D__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x -D__DBL_MAX_10_EXP__=308 -D__LDBL_DENORM_MIN__=4.9406564584124654e-324L -D__INT16_C(c)=c -D__STDC__=1 -D__FLT32X_DIG__=15 -D__PTRDIFF_TYPE__=int -D__ATOMIC_SEQ_CST=5 -D__UINT32_TYPE__=unsigned int -D__FLT32X_MIN_10_EXP__=(-307) -D__UINTPTR_TYPE__=unsigned int -D__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD -D__DEC128_MANT_DIG__=34 -D__LDBL_MIN_10_EXP__=(-307) -D__SIZEOF_LONG_LONG__=8 -D__cpp_user_defined_literals=200809 -D__GCC_ATOMIC_LLONG_LOCK_FREE=1 -D__FLT32X_MIN__=2.2250738585072014e-308F32x -D__LDBL_DIG__=15 -D__FLT_DECIMAL_DIG__=9 -D__UINT_FAST16_MAX__=0xffffffffU -D__GCC_ATOMIC_SHORT_LOCK_FREE=2 -D__INT_LEAST64_WIDTH__=64 -D__UINT_FAST8_TYPE__=unsigned int -D__ATOMIC_ACQ_REL=4 -D__ATOMIC_RELEASE=3 --includes-file=C:\Users\andreas\AppData\Local\Temp\tmpeh1ba9cu "c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\factory_gui.cpp" Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\factory_gui.cpp ... Defines:PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__cpp_attributes=200809;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__cpp_static_assert=200410;__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=double(4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__cpp_binary_literals=201304;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__cpp_variadic_templates=200704;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__GXX_EXPERIMENTAL_CXX0X__=1;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__GXX_WEAK__=1;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__DEC32_MAX__=9.999999E96DF;__cpp_threadsafe_static_init=200806;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__FLT64_MIN_EXP__=(-1021);__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__cpp_delegating_constructors=200604;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__STDC_UTF_16__=1;__FLT64_MAX_10_EXP__=308;__FLT32_HAS_INFINITY__=1;__DBL_MAX__=double(1.7976931348623157e+308L);__cpp_raw_strings=200710;__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__cplusplus=201103L;__cpp_ref_qualifiers=200710;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DEPRECATED=1;__cpp_rvalue_references=200610;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__GNUG__=8;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__cpp_rvalue_reference=200610;__cpp_nsdmi=200809;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__cpp_initializer_lists=200806;__FLT32_MAX_EXP__=128;__cpp_hex_float=201603;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__cpp_lambdas=200907;__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=double(2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__cpp_unicode_characters=200704;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__cpp_unicode_literals=200710;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__cpp_range_based_for=200907;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__EXCEPTIONS=1;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__cpp_decltype=200707;__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__cpp_inheriting_constructors=201511;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__WCHAR_UNSIGNED__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=double(2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__cpp_runtime_arrays=198712;__UINT64_TYPE__=long long unsigned int;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__cpp_alias_templates=200704;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__cpp_constexpr=200704;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__cpp_exceptions=199711;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__FLT32X_DIG__=15;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__cpp_user_defined_literals=200809;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3 Undefines: Includes: -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/include/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TouchLib/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/OneButton/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/newlib/platform_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/port/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/heap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/log/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/sntp/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/lwip/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/platform_port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/public_compat/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_pm/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ringbuf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/vfs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_wifi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_event/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_netif/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_eth/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcpip_adapter/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ipc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_trace/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_timer/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/mbedtls/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_update/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spi_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bootloader_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nvs_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/pthread/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ieee802154/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/console/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/asio/asio/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/osi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/include/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cbor/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/unity/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cmock/CMock/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/libcoap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_adc_cal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hid/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcp_transport/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_ota/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/interface/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protobuf-c/protobuf-c/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/common/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/security/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/transports/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mdns/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_local_ctrl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/sdmmc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_serial_slave_link/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_websocket_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/expat/expat/lib/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wear_levelling/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/diskio/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/vfs/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freemodbus/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/jsmn/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json/cJSON/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/port_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/openssl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/perfmon/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spiffs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/usb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ulp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wifi_provisioning/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rmaker_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_generator/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_schedule/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rainmaker/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/gpio_button/button/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/qrcode/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ws2812_led/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_diagnostics/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rtc_store/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_insights/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dotprod/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/hann/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_harris/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/flat_top/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/iir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/add/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mul/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/addc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mulc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sqrt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/matrix/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fft/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dct/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/conv/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf_imu13states/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_littlefs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/tool/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/typedef/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/image/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/math/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/nn/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/layer/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/detect/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/model_zoo/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/esp-tts/esp_tts_chinese/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/conversions/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fb_gfx/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/qio_opi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/cores/esp32/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/variants/esp32s3/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/Arduino_GFX/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/DabbleESP32/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TFT_eSPI/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/arduino-nofrendo/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BluetoothSerial/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/EEPROM/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESP32/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESPmDNS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ethernet/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FFat/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdate/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdateServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/I2S/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Insights/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/LittleFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/RainMaker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/USB/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Update/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WebServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiProv/src/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/riscv32-esp-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/xtensa-esp32s3-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/ Platform:Unspecified Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\factory_gui.cpp: PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__cpp_attributes=200809;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__cpp_static_assert=200410;__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=double(4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__cpp_binary_literals=201304;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__cpp_variadic_templates=200704;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__GXX_EXPERIMENTAL_CXX0X__=1;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__GXX_WEAK__=1;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__DEC32_MAX__=9.999999E96DF;__cpp_threadsafe_static_init=200806;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__FLT64_MIN_EXP__=(-1021);__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__cpp_delegating_constructors=200604;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__STDC_UTF_16__=1;__FLT64_MAX_10_EXP__=308;__FLT32_HAS_INFINITY__=1;__DBL_MAX__=double(1.7976931348623157e+308L);__cpp_raw_strings=200710;__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__cplusplus=201103L;__cpp_ref_qualifiers=200710;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DEPRECATED=1;__cpp_rvalue_references=200610;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__GNUG__=8;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__cpp_rvalue_reference=200610;__cpp_nsdmi=200809;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__cpp_initializer_lists=200806;__FLT32_MAX_EXP__=128;__cpp_hex_float=201603;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__cpp_lambdas=200907;__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=double(2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__cpp_unicode_characters=200704;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__cpp_unicode_literals=200710;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__cpp_range_based_for=200907;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__EXCEPTIONS=1;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__cpp_decltype=200707;__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__cpp_inheriting_constructors=201511;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__WCHAR_UNSIGNED__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=double(2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__cpp_runtime_arrays=198712;__UINT64_TYPE__=long long unsigned int;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__cpp_alias_templates=200704;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__cpp_constexpr=200704;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__cpp_exceptions=199711;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__FLT32X_DIG__=15;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__cpp_user_defined_literals=200809;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3... Error: Found a breaking defect 'syntax error' in C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\c++\8.4.0\bits\exception_ptr.h:150 Please note: check results might not be valid! Try adding --skip-packages "severity=error<&PIO&>message=syntax error<&PIO&>file=C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\c++\8.4.0\bits\exception_ptr.h<&PIO&>line=150<&PIO&>column=24<&PIO&>callstack=[C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\c++\8.4.0\bits\exception_ptr.h:150]<&PIO&>cwe=0<&PIO&>id=syntaxError" C:\Users\andreas\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\Users\andreas\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}<&PIO&>message={message}<&PIO&>file={file}<&PIO&>line={line}<&PIO&>column={column}<&PIO&>callstack={callstack}<&PIO&>cwe={cwe}<&PIO&>id={id}" --inline-suppr --platform=unspecified --enable=warning,style,performance,portability,unusedFunction --language=c++ --std=c++11 -DPLATFORMIO=60105 -DARDUINO_ESP32S3_DEV -DARDUINO_USB_MODE=1 -DARDUINO_RUNNING_CORE=1 -DARDUINO_EVENT_RUNNING_CORE=1 -DLV_LVGL_H_INCLUDE_SIMPLE -DBOARD_HAS_PSRAM -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DHAVE_CONFIG_H -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX -D_GNU_SOURCE -DIDF_VER="v4.4.3" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -DARDUINO_ARCH_ESP32 -DESP32 -DF_CPU=240000000L -DARDUINO=10812 -DARDUINO_VARIANT="esp32s3" -DARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)" -DARDUINO_PARTITION_default_16MB -D__DBL_MIN_EXP__=(-1021) -D__FLT32X_MAX_EXP__=1024 -D__cpp_attributes=200809 -D__UINT_LEAST16_MAX__=0xffff -D__ATOMIC_ACQUIRE=2 -D__FLT_MIN__=1.1754943508222875e-38F -D__GCC_IEC_559_COMPLEX=0 -D__UINT_LEAST8_TYPE__=unsigned char -D__INTMAX_C(c)=c ## LL -D__CHAR_BIT__=8 -D__UINT8_MAX__=0xff -D__WINT_MAX__=0xffffffffU -D__FLT32_MIN_EXP__=(-125) -D__cpp_static_assert=200410 -D__ORDER_LITTLE_ENDIAN__=1234 -D__SIZE_MAX__=0xffffffffU -D__WCHAR_MAX__=0xffff -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1 -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1 -D__DBL_DENORM_MIN__=double(4.9406564584124654e-324L) -D__GCC_ATOMIC_CHAR_LOCK_FREE=2 -D__GCC_IEC_559=0 -D__FLT32X_DECIMAL_DIG__=17 -D__FLT_EVAL_METHOD__=0 -D__cpp_binary_literals=201304 -D__FLT64_DECIMAL_DIG__=17 -D__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2 -D__cpp_variadic_templates=200704 -D__UINT_FAST64_MAX__=0xffffffffffffffffULL -D__SIG_ATOMIC_TYPE__=int -D__DBL_MIN_10_EXP__=(-307) -D__FINITE_MATH_ONLY__=0 -D__GNUC_PATCHLEVEL__=0 -D__FLT32_HAS_DENORM__=1 -D__UINT_FAST8_MAX__=0xffffffffU -D__has_include(STR)=__has_include__(STR) -D__DEC64_MAX_EXP__=385 -D__INT8_C(c)=c -D__INT_LEAST8_WIDTH__=8 -D__UINT_LEAST64_MAX__=0xffffffffffffffffULL -D__SHRT_MAX__=0x7fff -D__LDBL_MAX__=1.7976931348623157e+308L -D__UINT_LEAST8_MAX__=0xff -D__GCC_ATOMIC_BOOL_LOCK_FREE=2 -D__UINTMAX_TYPE__=long long unsigned int -D__DEC32_EPSILON__=1E-6DF -D__FLT_EVAL_METHOD_TS_18661_3__=0 -D__CHAR_UNSIGNED__=1 -D__UINT32_MAX__=0xffffffffU -D__GXX_EXPERIMENTAL_CXX0X__=1 -D__LDBL_MAX_EXP__=1024 -D__WINT_MIN__=0U -D__INT_LEAST16_WIDTH__=16 -D__SCHAR_MAX__=0x7f -D__WCHAR_MIN__=0 -D__INT64_C(c)=c ## LL -D__DBL_DIG__=15 -D__GCC_ATOMIC_POINTER_LOCK_FREE=2 -D__SIZEOF_INT__=4 -D__SIZEOF_POINTER__=4 -D__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2 -D__USER_LABEL_PREFIX__ -D__STDC_HOSTED__=1 -D__LDBL_HAS_INFINITY__=1 -D__XTENSA_EL__=1 -D__FLT32_DIG__=6 -D__FLT_EPSILON__=1.1920928955078125e-7F -D__GXX_WEAK__=1 -D__SHRT_WIDTH__=16 -D__LDBL_MIN__=2.2250738585072014e-308L -D__DEC32_MAX__=9.999999E96DF -D__cpp_threadsafe_static_init=200806 -D__FLT32X_HAS_INFINITY__=1 -D__INT32_MAX__=0x7fffffff -D__INT_WIDTH__=32 -D__SIZEOF_LONG__=4 -D__UINT16_C(c)=c -D__PTRDIFF_WIDTH__=32 -D__DECIMAL_DIG__=17 -D__FLT64_EPSILON__=2.2204460492503131e-16F64 -D__INTMAX_WIDTH__=64 -D__FLT64_MIN_EXP__=(-1021) -D__has_include_next(STR)=__has_include_next__(STR) -D__LDBL_HAS_QUIET_NAN__=1 -D__FLT64_MANT_DIG__=53 -D__GNUC__=8 -D__cpp_delegating_constructors=200604 -D__FLT_HAS_DENORM__=1 -D__SIZEOF_LONG_DOUBLE__=8 -D__BIGGEST_ALIGNMENT__=16 -D__STDC_UTF_16__=1 -D__FLT64_MAX_10_EXP__=308 -D__FLT32_HAS_INFINITY__=1 -D__DBL_MAX__=double(1.7976931348623157e+308L) -D__cpp_raw_strings=200710 -D__INT_FAST32_MAX__=0x7fffffff -D__DBL_HAS_INFINITY__=1 -D__DEC32_MIN_EXP__=(-94) -D__INTPTR_WIDTH__=32 -D__FLT32X_HAS_DENORM__=1 -D__INT_FAST16_TYPE__=int -D__LDBL_HAS_DENORM__=1 -D__cplusplus=201103L -D__cpp_ref_qualifiers=200710 -D__DEC128_MAX__=9.999999999999999999999999999999999E6144DL -D__INT_LEAST32_MAX__=0x7fffffff -D__DEC32_MIN__=1E-95DF -D__DEPRECATED=1 -D__cpp_rvalue_references=200610 -D__DBL_MAX_EXP__=1024 -D__WCHAR_WIDTH__=16 -D__FLT32_MAX__=3.4028234663852886e+38F32 -D__DEC128_EPSILON__=1E-33DL -D__PTRDIFF_MAX__=0x7fffffff -D__FLT32_HAS_QUIET_NAN__=1 -D__GNUG__=8 -D__LONG_LONG_MAX__=0x7fffffffffffffffLL -D__SIZEOF_SIZE_T__=4 -D__cpp_rvalue_reference=200610 -D__cpp_nsdmi=200809 -D__SIZEOF_WINT_T__=4 -D__LONG_LONG_WIDTH__=64 -D__cpp_initializer_lists=200806 -D__FLT32_MAX_EXP__=128 -D__cpp_hex_float=201603 -D__GXX_ABI_VERSION=1013 -D__FLT_MIN_EXP__=(-125) -D__cpp_lambdas=200907 -D__INT_FAST64_TYPE__=long long int -D__FP_FAST_FMAF=1 -D__FLT64_DENORM_MIN__=4.9406564584124654e-324F64 -D__DBL_MIN__=double(2.2250738585072014e-308L) -D__FLT32X_EPSILON__=2.2204460492503131e-16F32x -D__FLT64_MIN_10_EXP__=(-307) -D__DEC128_MIN__=1E-6143DL -D__REGISTER_PREFIX__ -D__UINT16_MAX__=0xffff -D__DBL_HAS_DENORM__=1 -D__FLT32_MIN__=1.1754943508222875e-38F32 -D__UINT8_TYPE__=unsigned char -D__NO_INLINE__=1 -D__FLT_MANT_DIG__=24 -D__LDBL_DECIMAL_DIG__=17 -D__VERSION__="8.4.0" -D__UINT64_C(c)=c ## ULL -D__cpp_unicode_characters=200704 -D__GCC_ATOMIC_INT_LOCK_FREE=2 -D__FLT32_MANT_DIG__=24 -D__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__SCHAR_WIDTH__=8 -D__INT32_C(c)=c -D__DEC64_EPSILON__=1E-15DD -D__ORDER_PDP_ENDIAN__=3412 -D__DEC128_MIN_EXP__=(-6142) -D__FLT32_MAX_10_EXP__=38 -D__INT_FAST32_TYPE__=int -D__UINT_LEAST16_TYPE__=short unsigned int -D__INT16_MAX__=0x7fff -D__SIZE_TYPE__=unsigned int -D__UINT64_MAX__=0xffffffffffffffffULL -D__INT8_TYPE__=signed char -D__ELF__=1 -D__xtensa__=1 -D__FLT_RADIX__=2 -D__INT_LEAST16_TYPE__=short int -D__LDBL_EPSILON__=2.2204460492503131e-16L -D__UINTMAX_C(c)=c ## ULL -D__SIG_ATOMIC_MAX__=0x7fffffff -D__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 -D__SIZEOF_PTRDIFF_T__=4 -D__FLT32X_MANT_DIG__=53 -D__FLT32X_MIN_EXP__=(-1021) -D__DEC32_SUBNORMAL_MIN__=0.000001E-95DF -D__INT_FAST16_MAX__=0x7fffffff -D__FLT64_DIG__=15 -D__UINT_FAST32_MAX__=0xffffffffU -D__UINT_LEAST64_TYPE__=long long unsigned int -D__FLT_HAS_QUIET_NAN__=1 -D__FLT_MAX_10_EXP__=38 -D__LONG_MAX__=0x7fffffffL -D__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL -D__FLT_HAS_INFINITY__=1 -D__cpp_unicode_literals=200710 -D__UINT_FAST16_TYPE__=unsigned int -D__DEC64_MAX__=9.999999999999999E384DD -D__INT_FAST32_WIDTH__=32 -D__CHAR16_TYPE__=short unsigned int -D__PRAGMA_REDEFINE_EXTNAME=1 -D__SIZE_WIDTH__=32 -D__INT_LEAST16_MAX__=0x7fff -D__DEC64_MANT_DIG__=16 -D__INT64_MAX__=0x7fffffffffffffffLL -D__UINT_LEAST32_MAX__=0xffffffffU -D__FLT32_DENORM_MIN__=1.4012984643248171e-45F32 -D__GCC_ATOMIC_LONG_LOCK_FREE=2 -D__SIG_ATOMIC_WIDTH__=32 -D__INT_LEAST64_TYPE__=long long int -D__INT16_TYPE__=short int -D__INT_LEAST8_TYPE__=signed char -D__DEC32_MAX_EXP__=97 -D__INT_FAST8_MAX__=0x7fffffff -D__INTPTR_MAX__=0x7fffffff -D__cpp_range_based_for=200907 -D__FLT64_HAS_QUIET_NAN__=1 -D__FLT32_MIN_10_EXP__=(-37) -D__EXCEPTIONS=1 -D__LDBL_MANT_DIG__=53 -D__DBL_HAS_QUIET_NAN__=1 -D__FLT64_HAS_INFINITY__=1 -D__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1) -D__INTPTR_TYPE__=int -D__UINT16_TYPE__=short unsigned int -D__WCHAR_TYPE__=short unsigned int -D__SIZEOF_FLOAT__=4 -D__UINTPTR_MAX__=0xffffffffU -D__INT_FAST64_WIDTH__=64 -D__DEC64_MIN_EXP__=(-382) -D__cpp_decltype=200707 -D__FLT32_DECIMAL_DIG__=9 -D__INT_FAST64_MAX__=0x7fffffffffffffffLL -D__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 -D__FLT_DIG__=6 -D__UINT_FAST64_TYPE__=long long unsigned int -D__INT_MAX__=0x7fffffff -D__INT64_TYPE__=long long int -D__FLT_MAX_EXP__=128 -D__DBL_MANT_DIG__=53 -D__cpp_inheriting_constructors=201511 -D__INT_LEAST64_MAX__=0x7fffffffffffffffLL -D__FP_FAST_FMAF32=1 -D__DEC64_MIN__=1E-383DD -D__WINT_TYPE__=unsigned int -D__UINT_LEAST32_TYPE__=unsigned int -D__SIZEOF_SHORT__=2 -D__LDBL_MIN_EXP__=(-1021) -D__FLT64_MAX__=1.7976931348623157e+308F64 -D__WINT_WIDTH__=32 -D__INT_LEAST8_MAX__=0x7f -D__FLT32X_MAX_10_EXP__=308 -D__SSP__=1 -D__WCHAR_UNSIGNED__=1 -D__LDBL_MAX_10_EXP__=308 -D__ATOMIC_RELAXED=0 -D__DBL_EPSILON__=double(2.2204460492503131e-16L) -D__XTENSA_WINDOWED_ABI__=1 -D__UINT8_C(c)=c -D__FLT64_MAX_EXP__=1024 -D__INT_LEAST32_TYPE__=int -D__SIZEOF_WCHAR_T__=2 -D__INT_FAST8_TYPE__=int -D__GNUC_STDC_INLINE__=1 -D__FLT64_HAS_DENORM__=1 -D__FLT32_EPSILON__=1.1920928955078125e-7F32 -D__DBL_DECIMAL_DIG__=17 -D__STDC_UTF_32__=1 -D__INT_FAST8_WIDTH__=32 -D__DEC_EVAL_METHOD__=2 -D__FLT32X_MAX__=1.7976931348623157e+308F32x -D__XTENSA__=1 -D__ORDER_BIG_ENDIAN__=4321 -D__cpp_runtime_arrays=198712 -D__UINT64_TYPE__=long long unsigned int -D__UINT32_C(c)=c ## U -D__INTMAX_MAX__=0x7fffffffffffffffLL -D__cpp_alias_templates=200704 -D__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__ -D__FLT_DENORM_MIN__=1.4012984643248171e-45F -D__INT8_MAX__=0x7f -D__LONG_WIDTH__=32 -D__UINT_FAST32_TYPE__=unsigned int -D__CHAR32_TYPE__=unsigned int -D__FLT_MAX__=3.4028234663852886e+38F -D__cpp_constexpr=200704 -D__INT32_TYPE__=int -D__SIZEOF_DOUBLE__=8 -D__cpp_exceptions=199711 -D__FLT_MIN_10_EXP__=(-37) -D__FLT64_MIN__=2.2250738585072014e-308F64 -D__INT_LEAST32_WIDTH__=32 -D__INTMAX_TYPE__=long long int -D__DEC128_MAX_EXP__=6145 -D__FLT32X_HAS_QUIET_NAN__=1 -D__ATOMIC_CONSUME=1 -D__GNUC_MINOR__=4 -D__INT_FAST16_WIDTH__=32 -D__UINTMAX_MAX__=0xffffffffffffffffULL -D__DEC32_MANT_DIG__=7 -D__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x -D__DBL_MAX_10_EXP__=308 -D__LDBL_DENORM_MIN__=4.9406564584124654e-324L -D__INT16_C(c)=c -D__STDC__=1 -D__FLT32X_DIG__=15 -D__PTRDIFF_TYPE__=int -D__ATOMIC_SEQ_CST=5 -D__UINT32_TYPE__=unsigned int -D__FLT32X_MIN_10_EXP__=(-307) -D__UINTPTR_TYPE__=unsigned int -D__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD -D__DEC128_MANT_DIG__=34 -D__LDBL_MIN_10_EXP__=(-307) -D__SIZEOF_LONG_LONG__=8 -D__cpp_user_defined_literals=200809 -D__GCC_ATOMIC_LLONG_LOCK_FREE=1 -D__FLT32X_MIN__=2.2250738585072014e-308F32x -D__LDBL_DIG__=15 -D__FLT_DECIMAL_DIG__=9 -D__UINT_FAST16_MAX__=0xffffffffU -D__GCC_ATOMIC_SHORT_LOCK_FREE=2 -D__INT_LEAST64_WIDTH__=64 -D__UINT_FAST8_TYPE__=unsigned int -D__ATOMIC_ACQ_REL=4 -D__ATOMIC_RELEASE=3 --includes-file=C:\Users\andreas\AppData\Local\Temp\tmpm5zpspel "c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\main.cpp" Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\main.cpp ... Defines:PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__cpp_attributes=200809;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__cpp_static_assert=200410;__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=double(4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__cpp_binary_literals=201304;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__cpp_variadic_templates=200704;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__GXX_EXPERIMENTAL_CXX0X__=1;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__GXX_WEAK__=1;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__DEC32_MAX__=9.999999E96DF;__cpp_threadsafe_static_init=200806;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__FLT64_MIN_EXP__=(-1021);__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__cpp_delegating_constructors=200604;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__STDC_UTF_16__=1;__FLT64_MAX_10_EXP__=308;__FLT32_HAS_INFINITY__=1;__DBL_MAX__=double(1.7976931348623157e+308L);__cpp_raw_strings=200710;__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__cplusplus=201103L;__cpp_ref_qualifiers=200710;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DEPRECATED=1;__cpp_rvalue_references=200610;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__GNUG__=8;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__cpp_rvalue_reference=200610;__cpp_nsdmi=200809;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__cpp_initializer_lists=200806;__FLT32_MAX_EXP__=128;__cpp_hex_float=201603;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__cpp_lambdas=200907;__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=double(2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__cpp_unicode_characters=200704;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__cpp_unicode_literals=200710;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__cpp_range_based_for=200907;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__EXCEPTIONS=1;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__cpp_decltype=200707;__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__cpp_inheriting_constructors=201511;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__WCHAR_UNSIGNED__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=double(2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__cpp_runtime_arrays=198712;__UINT64_TYPE__=long long unsigned int;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__cpp_alias_templates=200704;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__cpp_constexpr=200704;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__cpp_exceptions=199711;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__FLT32X_DIG__=15;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__cpp_user_defined_literals=200809;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3 Undefines: Includes: -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/include/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TouchLib/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/OneButton/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/lvgl/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/newlib/platform_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/port/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/esp_additions/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hw_support/port/esp32s3/private_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/heap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/log/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/include/apps/sntp/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/lwip/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/lwip/port/esp32/include/arch/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/soc/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/hal/platform_port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rom/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/soc/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_system/port/public_compat/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/xtensa/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/driver/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_pm/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ringbuf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/efuse/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/vfs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_wifi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_event/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_netif/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_eth/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcpip_adapter/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_phy/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_ipc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_trace/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_timer/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/mbedtls/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mbedtls/esp_crt_bundle/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/app_update/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spi_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bootloader_support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nvs_flash/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/pthread/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_gdbstub/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/espcoredump/include/port/xtensa/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wpa_supplicant/esp_supplicant/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ieee802154/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/console/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/asio/asio/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/asio/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/osi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/include/esp32s3/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/blufi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/common/btc/profile/esp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_common/tinycrypt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_core/storage/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/btc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/mesh_models/server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/core/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/models/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/bt/esp_ble_mesh/api/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cbor/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/unity/unity/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/cmock/CMock/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/coap/libcoap/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/nghttp/nghttp2/lib/includes/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-tls/esp-tls-crypto/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_adc_cal/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_hid/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/tcp_transport/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_http_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_ota/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_https_server/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_lcd/interface/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protobuf-c/protobuf-c/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/common/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/security/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/protocomm/include/transports/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mdns/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_local_ctrl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/sdmmc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_serial_slave_link/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_websocket_client/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/expat/expat/lib/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/expat/port/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wear_levelling/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/diskio/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/vfs/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fatfs/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freemodbus/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/idf_test/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/jsmn/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json/cJSON/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/libsodium/src/libsodium/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/libsodium/port_include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/mqtt/esp-mqtt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/openssl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/perfmon/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/spiffs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/usb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ulp/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/wifi_provisioning/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rmaker_common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_parser/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/json_generator/upstream/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_schedule/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_rainmaker/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/gpio_button/button/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/qrcode/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/ws2812_led/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_diagnostics/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/rtc_store/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_insights/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dotprod/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/support/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/hann/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_harris/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/blackman_nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/nuttall/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/windows/flat_top/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/iir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fir/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/add/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sub/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mul/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/addc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/mulc/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/math/sqrt/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/matrix/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/fft/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/dct/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/conv/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/common/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dsp/modules/kalman/ekf_imu13states/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/freertos/include/freertos/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/tinyusb/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/arduino_tinyusb/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp_littlefs/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/tool/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/typedef/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/image/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/math/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/nn/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/layer/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/detect/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-dl/include/model_zoo/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/src/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/esp-tts/esp_tts_chinese/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp-sr/include/esp32s3/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/driver/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/esp32-camera/conversions/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/include/fb_gfx/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s3/qio_opi/include/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/cores/esp32/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/variants/esp32s3/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/Arduino_GFX/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/DabbleESP32/src/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/TFT_eSPI/ -Ic:/Users/andreas/Documents/PlatformIO/Projects/esp32_t_display_s3_test1/lib/arduino-nofrendo/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/BluetoothSerial/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/EEPROM/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESP32/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/ESPmDNS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ethernet/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FFat/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/FS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdate/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/HTTPUpdateServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/I2S/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Insights/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/LittleFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/RainMaker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/USB/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/Update/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WebServer/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src/ -IC:/Users/andreas/.platformio/packages/framework-arduinoespressif32/libraries/WiFiProv/src/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/c++/8.4.0/riscv32-esp-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/lib/gcc/riscv32-esp-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-riscv32-esp/riscv32-esp-elf/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/c++/8.4.0/xtensa-esp32s3-elf/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/lib/gcc/xtensa-esp32s3-elf/8.4.0/include-fixed/ -IC:/Users/andreas/.platformio/packages/toolchain-xtensa-esp32s3/xtensa-esp32s3-elf/include/ Platform:Unspecified Checking c:\Users\andreas\Documents\PlatformIO\Projects\esp32_t_display_s3_test1\src\main.cpp: PLATFORMIO=60105;ARDUINO_ESP32S3_DEV=1;ARDUINO_USB_MODE=1;ARDUINO_RUNNING_CORE=1;ARDUINO_EVENT_RUNNING_CORE=1;LV_LVGL_H_INCLUDE_SIMPLE=1;BOARD_HAS_PSRAM=1;ARDUINO_USB_MODE=1;ARDUINO_USB_CDC_ON_BOOT=1;HAVE_CONFIG_H=1;MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h";UNITY_INCLUDE_CONFIG_H=1;WITH_POSIX=1;_GNU_SOURCE=1;IDF_VER="v4.4.3";ESP_PLATFORM=1;_POSIX_READER_WRITER_LOCKS=1;ARDUINO_ARCH_ESP32=1;ESP32=1;F_CPU=240000000L;ARDUINO=10812;ARDUINO_VARIANT="esp32s3";ARDUINO_BOARD="Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)";ARDUINO_PARTITION_default_16MB=1;__DBL_MIN_EXP__=(-1021);__FLT32X_MAX_EXP__=1024;__cpp_attributes=200809;__UINT_LEAST16_MAX__=0xffff;__ATOMIC_ACQUIRE=2;__FLT_MIN__=1.1754943508222875e-38F;__GCC_IEC_559_COMPLEX=0;__UINT_LEAST8_TYPE__=unsigned char;__INTMAX_C(c)=c ## LL;__CHAR_BIT__=8;__UINT8_MAX__=0xff;__WINT_MAX__=0xffffffffU;__FLT32_MIN_EXP__=(-125);__cpp_static_assert=200410;__ORDER_LITTLE_ENDIAN__=1234;__SIZE_MAX__=0xffffffffU;__WCHAR_MAX__=0xffff;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2=1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1;__DBL_DENORM_MIN__=double(4.9406564584124654e-324L);__GCC_ATOMIC_CHAR_LOCK_FREE=2;__GCC_IEC_559=0;__FLT32X_DECIMAL_DIG__=17;__FLT_EVAL_METHOD__=0;__cpp_binary_literals=201304;__FLT64_DECIMAL_DIG__=17;__GCC_ATOMIC_CHAR32_T_LOCK_FREE=2;__cpp_variadic_templates=200704;__UINT_FAST64_MAX__=0xffffffffffffffffULL;__SIG_ATOMIC_TYPE__=int;__DBL_MIN_10_EXP__=(-307);__FINITE_MATH_ONLY__=0;__GNUC_PATCHLEVEL__=0;__FLT32_HAS_DENORM__=1;__UINT_FAST8_MAX__=0xffffffffU;__has_include(STR)=__has_include__(STR);__DEC64_MAX_EXP__=385;__INT8_C(c)=c;__INT_LEAST8_WIDTH__=8;__UINT_LEAST64_MAX__=0xffffffffffffffffULL;__SHRT_MAX__=0x7fff;__LDBL_MAX__=1.7976931348623157e+308L;__UINT_LEAST8_MAX__=0xff;__GCC_ATOMIC_BOOL_LOCK_FREE=2;__UINTMAX_TYPE__=long long unsigned int;__DEC32_EPSILON__=1E-6DF;__FLT_EVAL_METHOD_TS_18661_3__=0;__CHAR_UNSIGNED__=1;__UINT32_MAX__=0xffffffffU;__GXX_EXPERIMENTAL_CXX0X__=1;__LDBL_MAX_EXP__=1024;__WINT_MIN__=0U;__INT_LEAST16_WIDTH__=16;__SCHAR_MAX__=0x7f;__WCHAR_MIN__=0;__INT64_C(c)=c ## LL;__DBL_DIG__=15;__GCC_ATOMIC_POINTER_LOCK_FREE=2;__SIZEOF_INT__=4;__SIZEOF_POINTER__=4;__GCC_ATOMIC_CHAR16_T_LOCK_FREE=2;__USER_LABEL_PREFIX__=1;__STDC_HOSTED__=1;__LDBL_HAS_INFINITY__=1;__XTENSA_EL__=1;__FLT32_DIG__=6;__FLT_EPSILON__=1.1920928955078125e-7F;__GXX_WEAK__=1;__SHRT_WIDTH__=16;__LDBL_MIN__=2.2250738585072014e-308L;__DEC32_MAX__=9.999999E96DF;__cpp_threadsafe_static_init=200806;__FLT32X_HAS_INFINITY__=1;__INT32_MAX__=0x7fffffff;__INT_WIDTH__=32;__SIZEOF_LONG__=4;__UINT16_C(c)=c;__PTRDIFF_WIDTH__=32;__DECIMAL_DIG__=17;__FLT64_EPSILON__=2.2204460492503131e-16F64;__INTMAX_WIDTH__=64;__FLT64_MIN_EXP__=(-1021);__has_include_next(STR)=__has_include_next__(STR);__LDBL_HAS_QUIET_NAN__=1;__FLT64_MANT_DIG__=53;__GNUC__=8;__cpp_delegating_constructors=200604;__FLT_HAS_DENORM__=1;__SIZEOF_LONG_DOUBLE__=8;__BIGGEST_ALIGNMENT__=16;__STDC_UTF_16__=1;__FLT64_MAX_10_EXP__=308;__FLT32_HAS_INFINITY__=1;__DBL_MAX__=double(1.7976931348623157e+308L);__cpp_raw_strings=200710;__INT_FAST32_MAX__=0x7fffffff;__DBL_HAS_INFINITY__=1;__DEC32_MIN_EXP__=(-94);__INTPTR_WIDTH__=32;__FLT32X_HAS_DENORM__=1;__INT_FAST16_TYPE__=int;__LDBL_HAS_DENORM__=1;__cplusplus=201103L;__cpp_ref_qualifiers=200710;__DEC128_MAX__=9.999999999999999999999999999999999E6144DL;__INT_LEAST32_MAX__=0x7fffffff;__DEC32_MIN__=1E-95DF;__DEPRECATED=1;__cpp_rvalue_references=200610;__DBL_MAX_EXP__=1024;__WCHAR_WIDTH__=16;__FLT32_MAX__=3.4028234663852886e+38F32;__DEC128_EPSILON__=1E-33DL;__PTRDIFF_MAX__=0x7fffffff;__FLT32_HAS_QUIET_NAN__=1;__GNUG__=8;__LONG_LONG_MAX__=0x7fffffffffffffffLL;__SIZEOF_SIZE_T__=4;__cpp_rvalue_reference=200610;__cpp_nsdmi=200809;__SIZEOF_WINT_T__=4;__LONG_LONG_WIDTH__=64;__cpp_initializer_lists=200806;__FLT32_MAX_EXP__=128;__cpp_hex_float=201603;__GXX_ABI_VERSION=1013;__FLT_MIN_EXP__=(-125);__cpp_lambdas=200907;__INT_FAST64_TYPE__=long long int;__FP_FAST_FMAF=1;__FLT64_DENORM_MIN__=4.9406564584124654e-324F64;__DBL_MIN__=double(2.2250738585072014e-308L);__FLT32X_EPSILON__=2.2204460492503131e-16F32x;__FLT64_MIN_10_EXP__=(-307);__DEC128_MIN__=1E-6143DL;__REGISTER_PREFIX__=1;__UINT16_MAX__=0xffff;__DBL_HAS_DENORM__=1;__FLT32_MIN__=1.1754943508222875e-38F32;__UINT8_TYPE__=unsigned char;__NO_INLINE__=1;__FLT_MANT_DIG__=24;__LDBL_DECIMAL_DIG__=17;__VERSION__="8.4.0";__UINT64_C(c)=c ## ULL;__cpp_unicode_characters=200704;__GCC_ATOMIC_INT_LOCK_FREE=2;__FLT32_MANT_DIG__=24;__FLOAT_WORD_ORDER__=__ORDER_LITTLE_ENDIAN__;__SCHAR_WIDTH__=8;__INT32_C(c)=c;__DEC64_EPSILON__=1E-15DD;__ORDER_PDP_ENDIAN__=3412;__DEC128_MIN_EXP__=(-6142);__FLT32_MAX_10_EXP__=38;__INT_FAST32_TYPE__=int;__UINT_LEAST16_TYPE__=short unsigned int;__INT16_MAX__=0x7fff;__SIZE_TYPE__=unsigned int;__UINT64_MAX__=0xffffffffffffffffULL;__INT8_TYPE__=signed char;__ELF__=1;__xtensa__=1;__FLT_RADIX__=2;__INT_LEAST16_TYPE__=short int;__LDBL_EPSILON__=2.2204460492503131e-16L;__UINTMAX_C(c)=c ## ULL;__SIG_ATOMIC_MAX__=0x7fffffff;__GCC_ATOMIC_WCHAR_T_LOCK_FREE=2;__SIZEOF_PTRDIFF_T__=4;__FLT32X_MANT_DIG__=53;__FLT32X_MIN_EXP__=(-1021);__DEC32_SUBNORMAL_MIN__=0.000001E-95DF;__INT_FAST16_MAX__=0x7fffffff;__FLT64_DIG__=15;__UINT_FAST32_MAX__=0xffffffffU;__UINT_LEAST64_TYPE__=long long unsigned int;__FLT_HAS_QUIET_NAN__=1;__FLT_MAX_10_EXP__=38;__LONG_MAX__=0x7fffffffL;__DEC128_SUBNORMAL_MIN__=0.000000000000000000000000000000001E-6143DL;__FLT_HAS_INFINITY__=1;__cpp_unicode_literals=200710;__UINT_FAST16_TYPE__=unsigned int;__DEC64_MAX__=9.999999999999999E384DD;__INT_FAST32_WIDTH__=32;__CHAR16_TYPE__=short unsigned int;__PRAGMA_REDEFINE_EXTNAME=1;__SIZE_WIDTH__=32;__INT_LEAST16_MAX__=0x7fff;__DEC64_MANT_DIG__=16;__INT64_MAX__=0x7fffffffffffffffLL;__UINT_LEAST32_MAX__=0xffffffffU;__FLT32_DENORM_MIN__=1.4012984643248171e-45F32;__GCC_ATOMIC_LONG_LOCK_FREE=2;__SIG_ATOMIC_WIDTH__=32;__INT_LEAST64_TYPE__=long long int;__INT16_TYPE__=short int;__INT_LEAST8_TYPE__=signed char;__DEC32_MAX_EXP__=97;__INT_FAST8_MAX__=0x7fffffff;__INTPTR_MAX__=0x7fffffff;__cpp_range_based_for=200907;__FLT64_HAS_QUIET_NAN__=1;__FLT32_MIN_10_EXP__=(-37);__EXCEPTIONS=1;__LDBL_MANT_DIG__=53;__DBL_HAS_QUIET_NAN__=1;__FLT64_HAS_INFINITY__=1;__SIG_ATOMIC_MIN__=(-__SIG_ATOMIC_MAX__ - 1);__INTPTR_TYPE__=int;__UINT16_TYPE__=short unsigned int;__WCHAR_TYPE__=short unsigned int;__SIZEOF_FLOAT__=4;__UINTPTR_MAX__=0xffffffffU;__INT_FAST64_WIDTH__=64;__DEC64_MIN_EXP__=(-382);__cpp_decltype=200707;__FLT32_DECIMAL_DIG__=9;__INT_FAST64_MAX__=0x7fffffffffffffffLL;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1;__FLT_DIG__=6;__UINT_FAST64_TYPE__=long long unsigned int;__INT_MAX__=0x7fffffff;__INT64_TYPE__=long long int;__FLT_MAX_EXP__=128;__DBL_MANT_DIG__=53;__cpp_inheriting_constructors=201511;__INT_LEAST64_MAX__=0x7fffffffffffffffLL;__FP_FAST_FMAF32=1;__DEC64_MIN__=1E-383DD;__WINT_TYPE__=unsigned int;__UINT_LEAST32_TYPE__=unsigned int;__SIZEOF_SHORT__=2;__LDBL_MIN_EXP__=(-1021);__FLT64_MAX__=1.7976931348623157e+308F64;__WINT_WIDTH__=32;__INT_LEAST8_MAX__=0x7f;__FLT32X_MAX_10_EXP__=308;__SSP__=1;__WCHAR_UNSIGNED__=1;__LDBL_MAX_10_EXP__=308;__ATOMIC_RELAXED=0;__DBL_EPSILON__=double(2.2204460492503131e-16L);__XTENSA_WINDOWED_ABI__=1;__UINT8_C(c)=c;__FLT64_MAX_EXP__=1024;__INT_LEAST32_TYPE__=int;__SIZEOF_WCHAR_T__=2;__INT_FAST8_TYPE__=int;__GNUC_STDC_INLINE__=1;__FLT64_HAS_DENORM__=1;__FLT32_EPSILON__=1.1920928955078125e-7F32;__DBL_DECIMAL_DIG__=17;__STDC_UTF_32__=1;__INT_FAST8_WIDTH__=32;__DEC_EVAL_METHOD__=2;__FLT32X_MAX__=1.7976931348623157e+308F32x;__XTENSA__=1;__ORDER_BIG_ENDIAN__=4321;__cpp_runtime_arrays=198712;__UINT64_TYPE__=long long unsigned int;__UINT32_C(c)=c ## U;__INTMAX_MAX__=0x7fffffffffffffffLL;__cpp_alias_templates=200704;__BYTE_ORDER__=__ORDER_LITTLE_ENDIAN__;__FLT_DENORM_MIN__=1.4012984643248171e-45F;__INT8_MAX__=0x7f;__LONG_WIDTH__=32;__UINT_FAST32_TYPE__=unsigned int;__CHAR32_TYPE__=unsigned int;__FLT_MAX__=3.4028234663852886e+38F;__cpp_constexpr=200704;__INT32_TYPE__=int;__SIZEOF_DOUBLE__=8;__cpp_exceptions=199711;__FLT_MIN_10_EXP__=(-37);__FLT64_MIN__=2.2250738585072014e-308F64;__INT_LEAST32_WIDTH__=32;__INTMAX_TYPE__=long long int;__DEC128_MAX_EXP__=6145;__FLT32X_HAS_QUIET_NAN__=1;__ATOMIC_CONSUME=1;__GNUC_MINOR__=4;__INT_FAST16_WIDTH__=32;__UINTMAX_MAX__=0xffffffffffffffffULL;__DEC32_MANT_DIG__=7;__FLT32X_DENORM_MIN__=4.9406564584124654e-324F32x;__DBL_MAX_10_EXP__=308;__LDBL_DENORM_MIN__=4.9406564584124654e-324L;__INT16_C(c)=c;__STDC__=1;__FLT32X_DIG__=15;__PTRDIFF_TYPE__=int;__ATOMIC_SEQ_CST=5;__UINT32_TYPE__=unsigned int;__FLT32X_MIN_10_EXP__=(-307);__UINTPTR_TYPE__=unsigned int;__DEC64_SUBNORMAL_MIN__=0.000000000000001E-383DD;__DEC128_MANT_DIG__=34;__LDBL_MIN_10_EXP__=(-307);__SIZEOF_LONG_LONG__=8;__cpp_user_defined_literals=200809;__GCC_ATOMIC_LLONG_LOCK_FREE=1;__FLT32X_MIN__=2.2250738585072014e-308F32x;__LDBL_DIG__=15;__FLT_DECIMAL_DIG__=9;__UINT_FAST16_MAX__=0xffffffffU;__GCC_ATOMIC_SHORT_LOCK_FREE=2;__INT_LEAST64_WIDTH__=64;__UINT_FAST8_TYPE__=unsigned int;__ATOMIC_ACQ_REL=4;__ATOMIC_RELEASE=3... Error: Found a breaking defect 'syntax error' in C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\c++\8.4.0\bits\exception_ptr.h:150 Please note: check results might not be valid! Try adding --skip-packages "severity=error<&PIO&>message=syntax error<&PIO&>file=C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\c++\8.4.0\bits\exception_ptr.h<&PIO&>line=150<&PIO&>column=24<&PIO&>callstack=[C:\Users\andreas\.platformio\packages\toolchain-riscv32-esp\riscv32-esp-elf\include\c++\8.4.0\bits\exception_ptr.h:150]<&PIO&>cwe=0<&PIO&>id=syntaxError" Error: cppcheck failed to perform check! Please examine tool output in verbose mode. ========================= [FAILED] Took 42.02 seconds ========================= Environment Tool Status Duration ------------------- -------- -------- ------------ lilygo-t-display-s3 cppcheck FAILED 00:00:42.022 ==================== 1 failed, 0 succeeded in 00:00:42.022 ====================