So I am aware that if I am going to make it work, I will need to to the wiring myself.
Have have taken good note as, per a post from ZinggJM, that the screen needs +5v VCC but the data lines are 3.3v
Reading through various posts (mostly from ZinggJM & david_prentice) I have seen that people have managed to make the screen work but using a STM32). I would like to make it work with a MEGA.
That being the case, I have two questions:
/1/ Does one of the libraries support this screen (either the MCUFriends library or the GxTFT library). Some posts and ".h" files leave me to believe that there is some support but may be not for an Arduino (only an STM2?).
/2/ If the libraries can be made to work with an Arduino MEGA I am not sure how to sort out the wiring. Reading the code of one of the library I could see where the CD, RST,... pins would map but I could not see the mapping for the various data lines (the 16 data lines).
So any assistance/guidance on how to make my screen talk to an Arduino mega will be greatly appreciated.
Regards.
Why would anyone want to use a 34-pin 3.3V display with a 5V MEGA2560 ?
There are 40-pin Adapter Shields for popular 40-pin displays.
I have never seen a 34-pin Adapter Shield but a recent Thread showed a package that had 34-pin screen + 34-pin Adapter Shield.
So someone, somewhere must make the 34-pin Adapter Shield.
If someone can find this 34-pin Adapter I might buy the OTM8009A display.
I have no intention of wiring a 16-bit display by hand to a 3.3V board.
I certainly don't want to wire up 21 channels of level shifters just for a MEGA2560.
I remember that I used one of the two different OTM8009A displays with an Arduino Due.
I am not sure if this was a combination I used with bit-bashing and a long tail connector with some bent pins.
The driver code of my 2 TFTs is considerably different. OTM8009A has many configuration registers.
So you might need to change at least the initialization code to use yours with GxTFT.
I am busy with several things, so I can't give you much assistance, sorry.
But thanks to your link I might consider to order that same display, to play with later.
I have received the 2 displays I have ordered through the above link.
But unfortunately I got the SKU:MRB3973 version which has the controller NT35510.
The web-page is not really clear about this. Maybe it is because I ordered the version with touch.
I contacted the seller, and I certainly will get an answer; this shop is trustworthy, and I have good experience with their support.
This TFT with OTM8009A is no longer available; Ecyberspaces shop have updated their web-page.
I found my box with the older versions of this display with OTM8009A.
2 boards have an LDO and need 5V VCC to work, on the pins for VCC that usually are for 3.3V.
1 board has the low drop switching regulator that works with either 5V or 3.3V.
But my board is currently modified for 8bit bus, which I never got working.
I got the new TFTs with NT35510 working (with 16bit bus so far). Will be supported in the next version of GxTFT.
I have bought the same 34 Taft display as you and now I am wondering how to use it.
I see you got a 34pin shield on a website.
Did you manage to make this display work or not?
I have tried programming the NT35510 LCD with an Arduino Mega using the Arduino Mega program (4.0inch_Arduino_Mega2560_8&16BIT_Module_NT35510_800x480_MAR4018_V1.0) with the wiring for the 4.0 inch model adjusted for the 3.97 inch model. The program uploads successfully, but the screen does not display anything. Is my wiring incorrect?