See test case attached: Using the latest version of this repo (commit 136173b61e20a164aa99be9337d7ab311a14be7b) and hardware SPI, clearing the screen with a certain color takes 319ms on an ESP8266 (WEMOS D1 mini).
The Arduino MEGA 2560 does it in 289ms, the ESP32 (DOIT ESP32 DEVKIT V1) does it in 32 ms.
hiya just closing some old open PR's
we've updated the library to be based off of Adafruit_SPITFT which abstracts the SPI stuff away and should be much faster now!
See test case attached: Using the latest version of this repo (commit 136173b61e20a164aa99be9337d7ab311a14be7b) and hardware SPI, clearing the screen with a certain color takes 319ms on an ESP8266 (WEMOS D1 mini). The Arduino MEGA 2560 does it in 289ms, the ESP32 (DOIT ESP32 DEVKIT V1) does it in 32 ms.
Don't know what's wrong with this. Using a comparable library based on the Adafruit library, the screenfill takes only 33ms on the ESP8266.
Don't know whether this also happens with Adafruit hardware. Just wanted to let you know...
Keep up the brilliant work and all the best! P.
Arduino board: ESP8266 WEMOS D1 Mini, EPS32 DOIT DEVKIT V1, Arduino MEGA 2560
Arduino IDE version: 1.8.5
Test case: