lovyan03 / LovyanGFX

SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)
Other
1.02k stars 187 forks source link

ESP32S3 #523

Closed UnNamedRUS closed 2 months ago

UnNamedRUS commented 2 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.

lovyan03 commented 2 months ago

https://github.com/lovyan03/LovyanGFX/issues/438

tobozo commented 2 months ago

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