moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 V3.0.0 is out but didn't work with Arduino GFX

hape65 opened this issue · comments

hi
the ESP32 V3.0.0 official release is out but can't compile with the Arduino GFX library. Is this something which must be corrected in the library itself or something which must be managed by Espressif? With the V2.x.x it works everything like a charm.
Any ideas?
regards
hape

It works, just arduino-esp32 V3.0.0 no longer expose LCD8, LCD16 and RGBPanel interfaces. You can use other interfaces e.g. SPI and QSPI without problems.

大佬,准备兼容v3吗,我想在v3上使用RGBPanel,v3(对应idf5.1)的psram可以配置到120Mhz,这样可以提升帧率。

v3.0根本沒有RGBPanel的API,等一下v3.1吧