Page 1 of 1

Fast bit-banging from ESP32 to ILI9341 TFT LCD screen.

Posted: Fri Aug 10, 2018 2:33 pm
by cspwcspw
I got a cheap TFT shield, with touch capability (under USD $7) from Banggood. So I set myself a target of 25 frames per second sending to the 320x240x16-bit per pixel. (Nothing useful yet, just changing all the pixels to a new colour). I got above 40 fps eventually, so a bit better than 6MB (48Mb) per second from my ESP32. I used what I thought was a nice trick with some tables for the bit-banging.

A video explaining what I did is at https://www.youtube.com/watch?v=GdNBqktJJDY and you can download my code if you follow the "Free Stuff" link at http://7-fountains.com

Peter

Re: Fast bit-banging from ESP32 to ILI9341 TFT LCD screen.

Posted: Fri Aug 10, 2018 4:07 pm
by Deouss
I got bitrate over 60fps with wifi/spi

https://www.youtube.com/watch?v=-4SIqhe6fxQ
https://esp32.com/viewtopic.php?f=17&t=6612

Just need to fix tearing