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

Arduino_GFX and Arduino-esp32 correct version for Mini Retro TV #12

Open
rafaeljesusluque opened this issue Feb 9, 2025 · 0 comments
Open

Comments

@rafaeljesusluque
Copy link

If you try to make the Mini Retro TV project in February 2025 you will have problems with the newer versions of the Arduino _GFX libraries and the arduino-esp32 board manager being compatible with the MJPEG_2task_Audio_1task code. I noticed this because if you try to compile the program you are going to have problems with the variable 'I2S_MCLK_MULTIPLE_DEFAULT' and it asks you if you want to replace it with another one like “I2S_MCLK_MULTIPLE_256” but replacing it doesn't work.

What works is to work with the libraries close to the code creation. To make it easier for anyone who comes later, I have made it work with arduino-esp32 version 2.0.14 and for ArduinoGFX version 1.3.2.

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

1 participant