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

Error during Build #12

Open
boesenbe opened this issue Mar 16, 2019 · 1 comment
Open

Error during Build #12

boesenbe opened this issue Mar 16, 2019 · 1 comment

Comments

@boesenbe
Copy link

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.

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.

@martinberlin
Copy link

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.

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