vindar / ILI9341_T4

Optimized ILI9341 screen driver library for Teensy 4/4.1, with vsync and diff. updates.
GNU Lesser General Public License v2.1
70 stars 12 forks source link

Does not work with Teensy 4.0 on SPI 0 #1

Closed DIYLAB-DE closed 2 years ago

DIYLAB-DE commented 2 years ago

Hi, unfortunately the example "99 balloons" does not work with Teensy 4.0 and an ILI9341 3,2" display at SPI 0. The screen stays dark (backlight LED is configured correctly).

Did you try your driver only on Teensy 4.1?

Best regards 99luftballons.zip

vindar commented 2 years ago

Hi,

I just tried the library with a Teensy 4.0 and it is working fine for me. There are a couple of problems with the sketch you attached to your message:

Here is the .ino sketch and a photo of the connections which works for me.

99luftballons.zip

IMG_20210712_215336

DIYLAB-DE commented 2 years ago

Hi,

thanks for the explanations, now it is clear to me.

Ok, then I can not use this driver, too bad.

In my case MISO is not connected and Reset is on VCC:

https://www.diylab.de/forum/thread/31-huckepack-platine-im-entstehen/?postID=162#post162

Kind regards

Bruno

vindar commented 2 years ago

Hi,

Yes indeed, if MISO is not connected then there is not way to use this library but ILIT9341_t3 or ILI9341_t3n should work nicely.

nice project btw.

Best,