ili9341 tft display driver in stock

This TFT module is the perfect display for your ESP8266/ ESP32 projects. With a resolution of 320×240 pixels and a display size of 2.4″ it offers enough space to display a wide variety of information. It can display up to 262’144 colors (full-color mode, 18bit color depth) and works with 3.3V which matches your ESP8266/ ESP32 operation voltage.

ili9341 tft display driver in stock

This library implements a SPI driver for the ILI9341 screen controller providing the ability to display memory framebuffers onto the screen very efficiently.

Differential redraws. The driver compares the framebuffer to be uploaded with the previous one and uploads only the pixels that differ. It does so in a smart way to minimize SPI transactions. Uploading only parts of the screen makes it possible to achieve very high frame rates even with low SPI speeds.

adjustable framerate. The screen refresh rate can be adjusted between 40hz and 130Hz and a fixed framerate can be set within the driver. Uploads are timed to meet the requested framerate.

VSync and screen tearing prevention. This is the best part