Possible to connect this to a Teensy 3.2?

Status
Not open for further replies.
I don't have one, but a quick google search shows this library for displays based on the ILI9488:

The README.md file mentions that you should consider using a fast ARM processor like a Teensy, and the code has been modified to use SPI transactions. However, it doesn't have Teensy DMA support (only STM32dunio), so it may not be as fast as it could be. For more information, contact the author.
 
This library doesn't support the display, the library is for displays connected trough the SPI bus but the linked display is configured for 8 bit data bus.
 
That's what I'm concluding as well. I found a lib (MCUFRIEND_kvb) where the initialize statement had arguements for my displays pin names such as LCD_WR, LCD_CS, etc. (one argument was not the same as my display), but I connected anyway and it didn't work.

Even if 8-bit, i've got no clue how to connect it to my Teensy.

Thanks to all.
 
Status
Not open for further replies.
Back
Top