Hello Colleagues,
I'm working on the automation of an hydroponic system since a while.
Everything worked well before I wanted to use a TFT touchscreen
Before, I used a TFT ILI9486 directly connected to the Arduino Mega without shield and it was working fine.
With my new arrival, the touchscreen ILI9341 SSD128 https://www.aliexpress.com/store/product/LCD-3-2-inch-TFT-Touch-Screen-Module-Display-Ultra-HD-320-240-ILI9341-Compatible-Punctuality/1326062_32548227874.html?spm=2114.12010615.8148356.8.1ea3d7aaEB4gpn
I have many difficulties. Even before going to the touch functionnalities, I cannot even display anything. Whitescreen (only LED working).
I use the UTFT library, and pinned right all the DB connections, RS, WR , RD, CS and Reset regarding the requirement of the library UTFT - Rinky-Dink Electronics
Unfortunately nothing works. >:(
I know some screen only works on 3,3V which does not fit directly to the Arduino Mega.
But my previous screen worked well without shields, and I saw some projects with ILI9341 used without shield too.
I am also afraid that if I find a shield, maybe the pins won't fit with the pins of the screen, since all screens do not have the pins in the same order ( DB0 - DB08 , DB-09-DB15,...)
Anyway If there is a possibility to avoid an additional shield or waiting an other 2 months for recepetion I would do it.
Regarding of the description of the product, they say it is compatible to 5V, so normally there would be a solution without shield.
I try to find solutions by myself or on forum, but this time I totally blocked, any help would be lovely
Thanks guys !