I'm looking for a very high resolution display for use with Arduino. (I own the Due along with a few others.) I realise that the current Arduinos will never output 1920x1080p at 25fps, but I don't see why they couldn't control some sort of high-res screen (eg, 1280x720) with a low refresh rate.
I'm curious about this for various projects, but my current one involves plotting a signal being read by one of the analog-in ports. I literally only need to update something like 100-200 columns of pixels every second, and most of the pixels will be left black, and simple black and white is fine. Therefore, "refreshing" a 1920x1080 screen rolling once every 10 seconds would be fine. That's only 200kbps in pure black and white.
I've ordered a 800x480 TFT screen for $30, and can't see why I couldn't use three of these in a row in portrait mode, or four arranged 2x2 in landscape mode, but I don't want to have the joining lines. Also, if a 800x480 screen can be delivered for $30, it should be possible to do 1280x720 for $80 or even 1920x1080 for under $150.
What stops a laptop/netbook/tablet screen module being connected to Arduino?
Also, while I'm asking, is there any high resolution e-paper screen that can be used with Arduino? I've only been able to find ones that are less than 300x200.
Thanks!