Xinyuan-LilyGO / T-Display-S3

MIT License
779 stars 193 forks source link

Arduino_GFX example needs different constructor to work with current version of lib (1.4.2) #217

Closed tomtobback closed 8 months ago

tomtobback commented 8 months ago

Hi, The arduino_gfx_demo example does not work with the latest Arduino_GFX version (1.4.2). It does work with version 1.3.0 included in your repo, but if you want to make it work with the latest, you will need to use a different constructor: Arduino_ESP32PAR8 instead of Arduino_ESP32LCD8 here.

lewisxhe commented 8 months ago

Fixed