Skip to content

Compilation of MIPI_DSI Example fails #150

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

Closed
Tracked by #137
ralphrmartin opened this issue Jan 9, 2025 · 3 comments
Closed
Tracked by #137

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.

@Lzw655 Lzw655 mentioned this issue Feb 17, 2025
10 tasks
Lzw655 added a commit that referenced this issue Feb 17, 2025
Closes #108
Closes #130
Closes #131
Closes #138
Closes #150
Closes #155
@Lzw655 Lzw655 closed this as completed in 8861c38 Feb 18, 2025
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