You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with ESP_Panel_Board_Supported.h set to say #define BOARD_ESP32_P4_FUNCTION_EV_BOARD
Compilation of MIPI_DSI Example fails as follows
In file included from /Users/ralph/Documents/Arduino/libraries/ESP32_Display_Panel/src/bus/base/esp_lcd_panel_io_3wire_spi.c:16:
/Users/ralph/Documents/Arduino/libraries/ESP32_Display_Panel/src/bus/base/esp_lcd_panel_io_additions.h:12:10: fatal error: base/esp_io_expander.h: No such file or directory
12 | #include "base/esp_io_expander.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
In case it matters, I am using Arduino IDE 2.3.4 on MacOS 15.2
The text was updated successfully, but these errors were encountered:
Library v 0.2.2
with ESP_Panel_Board_Supported.h set to say
#define BOARD_ESP32_P4_FUNCTION_EV_BOARD
Compilation of MIPI_DSI Example fails as follows
In case it matters, I am using Arduino IDE 2.3.4 on MacOS 15.2
The text was updated successfully, but these errors were encountered: