Just wondering if anyone has any prior experience with a TFT LCD touch screen the size of about an iPhone screen 5~7 inches.
I've tried to look a few up, and anything greater than the size of 2.8 inches seems to be designed for the Arduino Mega rather than the Uno which I own.
Does anyone have a suggestion for a screen that size suitable for the Uno? Or even a tutorial about one.
The reason you do not find large screens for an Uno is because they would they would be for most purposes, unusable. 32k of code and 2K of ram are serious limitations for any any graphic bitmapped display. In addition, the majority of common, inexpensive shield based Uno TFT LCD’s use the majority or all of the available pins just for the display and touchscreen.
The bigger the display, the more memory you typically need to manage the images and the slower the screens refresh. Realistically, you’d need a Raspberry pi or something in that class to handle a 5-7 inch iPhone class screen.
It all comes down to what you’re looking to build with a “large” screen. Can you supply details of what youre looking to do?