Suggestions for Display

This is what my project needs to do:

  • something is scanned on an RFID reader
  • arduino checks database, gets item information
  • item information is sent to display
  • repeat until finished

also, the user needs the option of adding/removing an item which is why I need help finding a touchscreen display

I ran across the SmartGPU but the only examples/source code available are for games. Would this be ideal for what I want to do?

If not, are there any suggestions?

Try some of these
http://www.newhavendisplay.com/tfts-c-1.html

Resistive & Capacitive touch screen capability is as noted per display.

Libraries for using? Can't help you there.

I have successfully used a number of the itead studio displays - refer http://imall.iteadstudio.com/display/tft-lcm.html.

Libraries for both the LCD and Touch Screen have been developed by Henning Karlsen - refer Electronics - Henning Karlsen.

Thank you I really appreciate it :slight_smile: