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
I tried the example and it is working perfectly on my device. I try to get the examples running in my code and but I get errors during my build.
error: redeclaration of enumerator 'SPI_HOST'
error: redeclaration of enumerator ''HSPI_HOST''
error: redeclaration of enumerator 'VSPI_HOST'
error: implicit declaration of function 'pvPortMallocCaps' [-Werror=implicit-function-declaration]
Maybe it is because of a new idf version? Many thanks for the help.
The text was updated successfully, but these errors were encountered:
Hi Boesenbe,
I also had build errors and I think the reason is that we are using a newer version of IDF/cmake
I started some months ago a component to drive epapers on ESP-IDF 4: https://github.com/martinberlin/cale-idf
Feel free to try it out, there are many epapers supported, including some color versions and we are in the process of adding touch (I2C)
Even though it seems is clearly not being maintained here is a lot to learn from this repository.
Hi,
many thanks for the great work of this repo!
I tried the example and it is working perfectly on my device. I try to get the examples running in my code and but I get errors during my build.
Maybe it is because of a new idf version? Many thanks for the help.
The text was updated successfully, but these errors were encountered: