Ok guys I've been at this for a week now and I'm no closer to finding a solution. I'm trying to build a handheld game prototype using the Gamebuino library. The thing is I'm doing a major upgrade to the whole thing by adding a 32-bit processor and 256k plus a color LCD which they do not support at this moment but I'm trying my hardest to fix that.
The original MCU an UNO is just not enough to really do color so my MCU is a teensy 3.2 and I'm trying to wire an inhaos LCD 2000_5775. The schematics and the spi library and LCD library it uses has the pin out below before the comments.
SCR_DC = A2 from the gb code // pc2 = pin 23 A9 teensy
SCR_RST = A0 from the gb code // PC0 = pin 15 A1 teensy
SCR_DIN = 11 from GB code // PB3 = pin mosi A4 or pin 11 //// future question
SCR_CS = A1 from GB code //pc1 = pin 22 A8 teensy
SCR_CLK = 13 from gb code // SCK 13 teensy
So what I did was use the extra information in the schematic so I could nail down what each pin does then came up with the pin out. Should I use the pin out before the comments or after or does it matter.
Please some one help me. I've been on the teensy forum and the answers I receive are about buying or trying more of thier products. Not trying to troll any body but after giving them every piece of code and schematic I could find and getting sales talk is a lil annoying.
If you need any extra info please ask.