Skip to content

li9341 driver with close integration to LwIP for fast network image rendering. Arduino version

Notifications You must be signed in to change notification settings

8bitmcu/FastBMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FastBMP - A fast ILI9341 Driver for the ESP8266 Wi-Fi modules

This projects aims at driving the ILI9341 using the ESP8266 module as fast as possible. Based off Adafruit's ILI9341 display library, it is much faster at displaying an image, thanks to the following tweaks:

  • Using SPI transactions to send on average 240 pixels at the time, instead of one at the time per transaction
  • Using SPI at it's full 80mhz as supported by the ILI9341 and ESP8266
  • Reducing overhead by using custom pixel-based image format instead of BMP

About

li9341 driver with close integration to LwIP for fast network image rendering. Arduino version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages