I´m trying to connect a 240x64 LCD with a T6963C controller to my Arduino Nano.
I found the datasheet to it and already know which pins on the LCD are what for.
I also know how to talk to it using the U8glib.h lib.
There is a constructor that says:
I understand that the numbers are the according pins on the LCD but i can´t seem to find a propper documentation on how this is connected to the arduino... This LCD is very unusual and there is no example for it.
So how do I know where D0..D7, cs, a0, wr, rd and reset go?
D14 on the Nano is the same as A0 and would go to cs.
D15 on the Nano is the same as A1 and would go to a0.
D16 on the Nano is the same as A2 and would go to reset.
D17 on the Nano is the same as A3 and would go to wr.
D18 on the Nano is the same as A4 and would go to rd.
The analog inputs (A0 - A5) are actually digital pins with analog input as a special function. That is why they have 2 names. Pins A6 and A7 are analog input only.