Closed UnNamedRUS closed 8 months ago
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.
https://github.com/lovyan03/LovyanGFX/issues/438
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
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.