Skip to content

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

Open
@rafaeljesusluque

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions