Close

Fast TFT Library for ESP8266 and others

A project log for Indoor Telemetry, Thermostat, and Logging System

An active, logging thermostat for my boat to monitor the temperature, humidity, and pressure in multiple rooms and heat them as desired.

timo-birnscheinTimo Birnschein 01/15/2020 at 03:560 Comments

Apart from the amazing work that Adafruit puts into releasing drivers for pretty much all their devices and modules for a vast number of micro controller boards, I always thought, the display drivers are way too slow.

Luckily for us, someone with lots of optimization experience took the challenge and made some of them blazingly fast!

https://github.com/Bodmer/TFT_eSPI

This is by far my favorite lib when it comes to these small 128x160 tft displays (and apparently many others as well). Drawing speed increases by about an order of magnitude which allows a lot more time for the actual processing.

Discussions