1.8″ LCD support for the ESP8266

I’ve ported the Adafruit 1.8″ LCD driver to the new-ish Arduino ESP8266 port and done an optimisation pass. Short story is that the demo that comes with the board is down from 6083 ms to 3424 ms, and big operations like fill screen is down from 1454 ms to 157 ms. Hurray for FIFOs and better bus utilisation!

IMG_20150517_191847

I’m quite impressed with the Arduino port: the group have done a lot of work on the completeness, speed, and in porting the standard libraries like the SD FAT support I plan to use for logging.

My goal is to restart my self driving RC car project with a NAZE32 as the controller board and an ESP8266 as logging, display, and telemetry. Let’s see how far I get this time 🙂

Avatar
Michael Hope
Software Engineer