We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/lovyan03/LovyanGFX/blame/0cabacdb15e730168339faffe3c6392ea3e81f27/src/lgfx/v1/platforms/esp32/common.cpp#L646
(&dev->comd0)[index].val = cmd_val; The project will not be assembled in this form.
(&dev->comd[0])[index].val = cmd_val; And that’s how it all works.
The text was updated successfully, but these errors were encountered:
#438
Sorry, something went wrong.
bump
esp-idf 5.2 is now officially the latest release.
Some macros needed to be adjusted in LovyanGFX source tree to fix the compilation errors, the changes are available on the develop branch
develop
No branches or pull requests
https://github.com/lovyan03/LovyanGFX/blame/0cabacdb15e730168339faffe3c6392ea3e81f27/src/lgfx/v1/platforms/esp32/common.cpp#L646
(&dev->comd0)[index].val = cmd_val;
The project will not be assembled in this form.
(&dev->comd[0])[index].val = cmd_val;
And that’s how it all works.
The text was updated successfully, but these errors were encountered: