-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can not find ESP_IOExander.h? #36
Comments
Hi @jerrylong-km, this library relies on another library ESP32_IO_Expander. You can check the information here and should install it instead of changing the source code. |
Ok,thank you for your reply.
Zhongwei Liu ***@***.***>于2024年5月27日 周一17:13写道:
… Hi @jerrylong-km <https://github.com/jerrylong-km>, this library relies
on another library ESP32_IO_Expander
<https://github.com/esp-arduino-libs/ESP32_IO_Expander>. You can check
the information here
<https://github.com/esp-arduino-libs/ESP32_Display_Panel#dependencies-and-versions>
and should install it instead of changing the source code.
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMX6W65K2QMVJPW4RSIDU33ZEL2MLAVCNFSM6AAAAABIKWPACKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZTGAZTCMRTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, fatal error: ESP_IOExpander.h: No such file or directory The file ESP_IOExpander.h is nowhere in the directories or subdirectories. However the library ESP32_IO_Expander (note the extra "_") is in the list under "libraries". I checked the page indicated by Lzw655 ([here: (https://github.com/esp-arduino-libs/ESP32_Display_Panel#dependencies-and-versions)), but i did not find the relevant information. Where can I find? |
Hi @karllambrechts, No worries, please feel free to ask questions. I'm sorry you encountered this issue. I think you are using the latest ESP32_IO_Expander v1.x version, which is incompatible with ESP32_Display_Panel v0.x. You need to reinstall it to the v0.x version. |
Hi, Indeed, following versions were installed: ESP32_Display_Panel v0.2.2, and ESP32_IO_Expander v1.0.1. Thanks |
I compiled 3wireSPI_RGB example, but reported "Can not find ESP_IOExpander.h" error, I checked the library files, there is no ESP_IOExpander.h file, should I delete this line in RGB.h?
The text was updated successfully, but these errors were encountered: