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

ESP32S3 #523

Closed
UnNamedRUS opened this issue Feb 8, 2024 · 2 comments
Closed

ESP32S3 #523

UnNamedRUS opened this issue Feb 8, 2024 · 2 comments

Comments

@UnNamedRUS
Copy link

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.

@lovyan03
Copy link
Owner

#438

@tobozo
Copy link
Collaborator

tobozo commented Feb 17, 2024

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

image

@lovyan03 lovyan03 closed this as completed Mar 1, 2024
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

3 participants