ILI9341-t3 speed

Status
Not open for further replies.

dslocum

Well-known member
I've got the most recent 9341 from github and running on Teensy 3.2 with a generic SPI display. The demo works much faster than the original Adafruit, but not NEARLY as fast as what I see in Paul's YouTube video: https://youtu.be/rL_2_D3cgFg

Did I pull the wrong version? How can I get those kinds of speeds?

Also, have those speed changes been applied to the ILI9486 library yet?
 
Did I pull the wrong version? How can I get those kinds of speeds?

You shouldn't need to get anything special from github. In Arduino, with Teensyduino installed and Teensy selected Tools > Boards, simply click File > Examples > ILI9341_t3 > graphicstest. That's the code used for the video demo.
 
Status
Not open for further replies.
Back
Top