Hi David,
Added pictures of the system and a schematic.
Found another library the works with one of my displays. Not with the other one.
Both claim to be ILI9341. Strange.
Ordered level shifter to be more safe and flexible. Ran out of resistors.
The adafruit library still does not work with any of my displays.
I added the output for the reset (Pin 8) to the adafruit example:
pinMode(8, OUTPUT); // Reset pin
analogWrite(5, 130); // LED Pin
tft.begin();
digitalWrite(8, HIGH); // insures that the reset pin is high
delay(500);
tft.readcommand8(ILI9341_SWRESET); // adds a software reset to the display
delay(550); // give the ILI9341 time to reset
Unfortunately does the UTFT from Henning Karlsen not work. He has a SPI touch library. Does not work on my display with touch either.
Do you know a touch lib with SPI? Which one do you use?
Regards
Sven



