Forum Rule: Always post complete source code & details to reproduce any issue!
-
3.5'' TFT 480x320 ILI9341 Display with Teensy 4.0
Hi everyone,
I just got a 3.5'' TFT 480x320 ILI9341 Display from Aliexpress (I got 2 actually, one 3.5'' and another one 4'').
I tried the ILI9341_t3 library
HTML Code:
https://github.com/PaulStoffregen/ILI9341_t3
but they did not end up working (one shows a white screen and another one just one quarter of the screen shows the actual image).
I would like to know if the library I am using is capable of working with 480x320 displays. Maybe it can be the screens are not working (Aliexpress things, you know).
Thanks for the help.
-
Upload a link to see which screens you purchased.
-
Senior Member+
I doubt that it is an ILI9341 as they typically have a resolution of 320x240.
Might help to have links to the ones you purchased. There are several different displays in the size with different processors or the like:
Now assuming simple breakout of pins and not one for RPI, first guess: ILI9488. Like: https://www.aliexpress.com/item/4001...473fb6d2a67a-2
If so you might try the: ILI9488_t3 library.
Also in that resolution there are HX8357 displays like what Adafruit sells, but I don't see any from Aliexpress
-
-
Senior Member+
I am pretty sure they have wrong information on those links... If you look at the one I included and look at the pictures, you will see the one that shows the back of one matches the one you have. Also the resolution of the display...
If you look at the datasheet for the ILI9341(https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf) you will see it is 240x320
-
Indeed, your ILI9488 library worked like a charm. At least the examples. Thanks a lot for your help, that missleading information made me get soo confused.
Thank you everyone
-
Senior Member+

Originally Posted by
xpeedster
Indeed, your ILI9488 library worked like a charm. At least the examples. Thanks a lot for your help, that missleading information made me get soo confused.
Thank you everyone

You are welcome. Glad it is working.
If you get a chance, you might try sending message or the like to aliexpress telling them this, such that hopefully they will update their listings.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules