Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation of MIPI_DSI Example fails #150

Open
ralphrmartin opened this issue Jan 9, 2025 · 3 comments
Open

Compilation of MIPI_DSI Example fails #150

ralphrmartin opened this issue Jan 9, 2025 · 3 comments

Comments

@ralphrmartin
Copy link

ralphrmartin commented Jan 9, 2025

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 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

@Lzw655
Copy link
Collaborator

Lzw655 commented Jan 10, 2025

Hi @ralphrmartin,

Please reinstall the ESP32_IO_Expander library with the version v0.1.0. The latest v1.0.0 is not compatible with this library now.

@ralphrmartin
Copy link
Author

Thanks, that now compiles. But it is unhelpful to release incompatible libraries...

@Lzw655
Copy link
Collaborator

Lzw655 commented Jan 10, 2025

Yes, it's mainly for the next release version v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants