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

Update to arduino-esp32 v2.0.3 #165

Open
Lukaswnd opened this issue May 6, 2022 · 3 comments
Open

Update to arduino-esp32 v2.0.3 #165

Lukaswnd opened this issue May 6, 2022 · 3 comments

Comments

@Lukaswnd
Copy link

Lukaswnd commented May 6, 2022

hi, due to some changes in the arduino-esp32 directories and including paths, Smartmatrix is currently not compatible with arduino-esp32 v2.0.0 or greater and thereby with platformio: platform-espressif32 (arduino framework) v4.0.0.
I found the following fork, which fixes the issue. Im not that great with git, but somebody else might create a pull request.
The fork is only 4 commits ahead, so it shouldn't be that hard.

https://github.com/porkyneal/SmartMatrix

@sprior
Copy link

sprior commented Jun 6, 2022

Thanks for this fix, I started out trying to compile the code today for the first time in months and was stuck, this got me going again.

@vinhill
Copy link

vinhill commented Jul 13, 2022

For those stumbling upon this, the following has to be added to

SmartMatrix/src/esp32_i2s_parallel.c

#include "soc/gpio_periph.h"
#include "esp32-hal.h"
#include "hal/gpio_types.h"

@HorstBaerbel
Copy link

I can acknowledge that this change in particular fixes the problem.

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

4 participants