Hi
After upgrading to version 1.5.7, I get an error message when compiling:
c:\Users\...\Arduino\libraries\GFX_Library_for_Arduino\src\databus\Arduino_ESP32LCD8.cpp:3:10: fatal error: esp_lcd_panel_interface.h: No such file or directory
3 | #include "esp_lcd_panel_interface.h"
I am using a Raspberry Pi Pico W and a Waveshare Pico-LCD display.
Did I miss something or is there a dependency (another library containing the missing file) to be installed?
If I revert to version 1.5.6, the error message does not show up. So it has to be something connected to version 1.5.7.
Thanks and best regards