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 spent a few hours yesterday trying to get this library to work wit a 2.2in ili9341 display. Same pinout as the docs page has. I used the graphictest sketch. I tried with both standard and alt pins with and without the audio shield. Triple checked connections which worked with another micro. Then I tried the original Adafruit library and it worked fine with the same code.
Only changes from standard graphictest sketch are below, each in their respective places.
Hi,
I spent a few hours yesterday trying to get this library to work wit a 2.2in ili9341 display. Same pinout as the docs page has. I used the graphictest sketch. I tried with both standard and alt pins with and without the audio shield. Triple checked connections which worked with another micro. Then I tried the original Adafruit library and it worked fine with the same code.
Only changes from standard graphictest sketch are below, each in their respective places.
define TFT_DC 20
define TFT_CS 21
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, 8);
SPI.setMOSI(7);
SPI.setSCK(14);
I haven't looked at the differences in the libraries to see if I can spot it yet.
Thanks.
The text was updated successfully, but these errors were encountered: