Hi, when I compile with esp32 devmodule, ep32c3 devmodule all is well. When I compile with esp32s3 devmodule I get:
C:\Users\marti\Documents\Arduino\libraries\GFX_Library_for_Arduino\src\databus\Arduino_ESP32LCD8.cpp:824:24: error: 'esp_lcd_i80_alloc_draw_buffer' was not declared in this scope
824 | _buffer = (uint8_t *)esp_lcd_i80_alloc_draw_buffer(_io_handle, LCD_MAX_PIXELS_AT_ONCE * 2 + 16, MALLOC_CAP_DMA);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I have the espressif V3.0.7 boards installed.
I was wondering if there is an easy fix for this?
Martin
Hi, when I compile with esp32 devmodule, ep32c3 devmodule all is well. When I compile with esp32s3 devmodule I get:
C:\Users\marti\Documents\Arduino\libraries\GFX_Library_for_Arduino\src\databus\Arduino_ESP32LCD8.cpp:824:24: error: 'esp_lcd_i80_alloc_draw_buffer' was not declared in this scope
824 | _buffer = (uint8_t *)esp_lcd_i80_alloc_draw_buffer(_io_handle, LCD_MAX_PIXELS_AT_ONCE * 2 + 16, MALLOC_CAP_DMA);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I have the espressif V3.0.7 boards installed.
I was wondering if there is an easy fix for this?
Martin