Martin Michael Kunkies
Martin Michael Kunkies
I got this static esp_err_t write_frame(http_context_t http_ctx) { http_buffer_t fb_data = { .data = camera_get_fb(), .size = camera_get_data_size(), .data_is_persistent = true }; return http_response_write(http_ctx, &fb_data); } Sorry but so I'm...
Hello I thought that I2S Pins are fixed connected to DAC_1 GPIO25 and DAC_2 GPIO26 Vertical Sync | VSYNC | IO25 | IO22 | Horizontal Reference | HREF | IO23...
Thank you I got it
I use PlatformIO [env:my-esp32] platform = espressif32 @ 6.7.0 For further exploration of configuration options for the espressif32 development platform, refer to the [documentation](https://docs.platformio.org/en/latest/platforms/espressif32.html#configuration). Supported Frameworks [Arduino](https://docs.platformio.org/en/latest/frameworks/arduino.html) - v2.0.16 (based...
#define TFT_ESPI_VERSION "2.5.43" #define ILI9341_DRIVER // Generic driver for common displays #define USER_SETUP_ID 70 // See SetupX_Template.h for all options available #define ILI9341_DRIVER // Typical board default pins - change...
I have the same Issue with ESP32-S3 and the ILI9341 Rebooting... ␀�ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT) Saved PC:0x4202934a SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x4bc load:0x403c9700,len:0xbd8 load:0x403cc700,len:0x2a0c entry 0x403c98d0 [...
with this platformIO [env:esp32-s3-devkitc-1] platform = espressif32 @ 6.5.0 board = esp32-s3-devkitc-1 ; change microcontroller board_build.mcu = esp32s3 framework = arduino monitor_speed = 115200 monitor_port = COM10 upload_port = COM10...
Thank you but you dis a syntax error it's .platformio not .platfirnio I don't see any .platformio I opened a case in the PlatformIO Community I hope I get it...
Sorry Schreibfaul I deleted the whole .platformIO Folder and let PlatformIO do the work and now I can compile it. It was not clear for me to delete this folder...