KurtE / ILI9341_t3n

Extended ILI9341_T3 library (Teensy) including all SPI buses, Frame buffer, plus
MIT License
50 stars 23 forks source link

Make Compatible for an ILI9486? #24

Closed sepp89117 closed 4 years ago

sepp89117 commented 4 years ago

Hello KurtE,

can you help me make the lib compatible for an ILI9486? I changed the resolution of the display in lib and tested different initializations. Unfortunately, I fail. My screen stays white.

Please help :)

KurtE commented 4 years ago

Have you tried our: ILI9488_t3 library? I believe we have a version of it that is shipping with Teensyduino, and also I believe that the latest changes are up on @mjs513 github. My version is probalby in sync as well.

sepp89117 commented 4 years ago

Hello, I have now tried it with the graphics test example. I didn't know that 9488 was compatible with 9486. Unfortunately my screen remains white. The screen may be defective. Teensy works and I measured my wiring. I can't find a mistake. :( Nevertheless many thanks!

sepp89117 commented 4 years ago

Okay, the display works with an Arduino Mega and the Waveshare library.

I use this display: https://www.waveshare.com/wiki/4inch_TFT_Touch_Shield#About_Waveshare_ILI9486_Library

Display works with: https://github.com/MHotchin/Waveshare4InchTftShield and an Arduino Mega

My PIN setup is:

#define TFT_CS 10
#define TFT_RST 15
#define TFT_MOSI 11
#define TFT_SCLK 13
#define TFT_MISO 12

The setup looks like this:

tft.useFrameBuffer (1);
tft.setRotation (3);

Any idea why Teensy doesn't work? A problem with chip select?

KurtE commented 4 years ago

Note: I typically prefer to help out more on forum than on issues like this, as maybe someone has already solved the issue or has a working...

So again would prefer if you posted up on PJRC maybe in one of the threads like: https://forum.pjrc.com/threads/55735-ILI9488_t3-Support-for-the-ILI9488-on-T3-x-and-beyond

or https://forum.pjrc.com/threads/59456-TFT-3-5-quot-display-(320x480)-ILI9488-or-HXD8357D

or ???

sepp89117 commented 4 years ago

I'm sorry. I have already searched for a remedy and found none. I will turn to the forum.

Thank you

KurtE commented 4 years ago

Note: I put a comment up in one of the threads asking if anyone else has one? The only one I have I believe is parallel interface only.