Hi,
i have a problem with wiring a 1.8 TFT module.
The constructor:
UTFT::UTFT()
{
}
//SDA SCLK CS RST RS
UTFT::UTFT(byte model, int RS, int WR,int CS, int RST, int SER)
{
The problem is that i dont know exatly what pins from the TFT module belongs to the constructor.
I want to use the yellow left pins from the TFT module.
(Its very interesting and funny, that for example the left pin number 4 is calles "DIN" and on the right side of the module it is calles "SDA". "CLK" on the left side is calles "SCK" on the right side.)
But let me come back to the problem. I am very shure, that the first three pins from the module belongs to the constructor like this.
RST -> RST
CS -> CS
D/C -> RS ( because D/C left ist RS right)
DIN -> ??????
CLK -> ??????
It would be very nice if somebody could help me because i dont want to use a example programm with fixed Arduino pins. In addition i use a Arduino mega an there are no examples.
Thanks