Hi,
So far, I found one topic about a keyboard on a capacitive display. However, I have a resistive display being this one: Geekcreit® 3.2 Inch ILI9341 TFT LCD Display (bought here). At least, it being resistive, that I was able to determine from de docs. Should it be different, let me know
Further, the example found is rather old.
In my sketch, I use both the URTouch and UTFT libraries from Henning Karlsen found here.
The platform is an Arduino Mega 2560 R3.
So, I want to be able to create a string by using an on the TFT-display displayed keyboard. This created string is later displayed on another 'page'.
I don't need it to be interactive, ie when a character is pressed, it is highlighted. Though that would be nice, not being interactive can also meen just displaying a picture from a keyboard and have the touch-function record the location and corresponding character.
Before I am going over the trouble of creating my own keyboard somehow, is anyone owning a sketch that does just that?
Best regards