You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to connect the teensy 3.2 to the ILI9163C display, but I'm having this problem
I read library readme file and tried to connect according to the appropriate scheme
vcc -> 3.3v
gnd -> gnd
cs -> cs (10 pin)
rst -> 3.3v (trying digital pins too)
a0 -> dc/rs pins (It's 7 or 8 pins, right?)
sda -> mosi (11 pin)
sck -> sclk (13 pin)
led -> 3.3v BUT, it didn't work. I tried to connect a0 pin to 9 pin on teensy, and it worked! But I have a problem that is pictured in the photo. I tried change settings (change TFT_ILI9163C_RED_PCB_OLD to TFT_ILI9163C_BLACK_PCB or TFT_ILI9163C_RED_PCB_YPIN, change offsets and every time reloaded Arduino ide) and uploaded a new sketch but nothing changed 😢
Could you tell me if I have mistakes? Or what should I try to change?
I apologize for my bad english.
Thank you.
P.S I counted the pixels on this line, their 32.
P.S.S Earlier this display worked with arduino without problems, but for a long time it lay, and I can not now check the performance on arduino
The text was updated successfully, but these errors were encountered:
I'm trying to connect the teensy 3.2 to the ILI9163C display, but I'm having this problem
I read library readme file and tried to connect according to the appropriate scheme
vcc -> 3.3v
gnd -> gnd
cs -> cs (10 pin)
rst -> 3.3v (trying digital pins too)
a0 -> dc/rs pins (It's 7 or 8 pins, right?)
sda -> mosi (11 pin)
sck -> sclk (13 pin)
led -> 3.3v
BUT, it didn't work. I tried to connect a0 pin to 9 pin on teensy, and it worked! But I have a problem that is pictured in the photo. I tried change settings (change TFT_ILI9163C_RED_PCB_OLD to TFT_ILI9163C_BLACK_PCB or TFT_ILI9163C_RED_PCB_YPIN, change offsets and every time reloaded Arduino ide) and uploaded a new sketch but nothing changed 😢
Could you tell me if I have mistakes? Or what should I try to change?
I apologize for my bad english.
Thank you.
P.S I counted the pixels on this line, their 32.
P.S.S Earlier this display worked with arduino without problems, but for a long time it lay, and I can not now check the performance on arduino
The text was updated successfully, but these errors were encountered: