Which touchscreen do you recommend?
Pepz
Posts: 20
I'm building a Propeller project where a 3.5 inch touchscreen is wanted.
The application will draw some buttons "Start", "Stop", Enter values "0-9" and show some results.
Speed is NOT an issue, well <1sec to draw a new screen is ok.
I have a couple of these:
ET035009DH6
http://www.m-comp.dk/files/files/ET035009DH6-ROHS%20ver%201%20-%203.5%20inch%20320%20x%20240%20TP.pdf
or should i use another one?
I guess that I will use the SPI input to save pins?
This is my first "TouchScreen" project so I would prefer a screen that is proven to work fine
and has some examples how to interface it. And is dirt cheap of course!!!
Thoughts?
The application will draw some buttons "Start", "Stop", Enter values "0-9" and show some results.
Speed is NOT an issue, well <1sec to draw a new screen is ok.
I have a couple of these:
ET035009DH6
http://www.m-comp.dk/files/files/ET035009DH6-ROHS%20ver%201%20-%203.5%20inch%20320%20x%20240%20TP.pdf
or should i use another one?
I guess that I will use the SPI input to save pins?
This is my first "TouchScreen" project so I would prefer a screen that is proven to work fine
and has some examples how to interface it. And is dirt cheap of course!!!
Thoughts?
Comments
The PTP2 may give you some ideas on how to wire it up...
What is the function of the breakout board?
Is it impossible to communicate directly through the SPI to the screen
or are all the IO circuits sitting on the breakout board?
Can the propeller board simulate the breakout board or are there too many
pins to toggle?
Bill
Using a more direct connection, like PTP2 and NH4, has a lot of advantages though...
First, the code is very simple and you can get something working very quickly because it works the same way as the native VGA driver.
Second, you can update the screen very quickly.
But, showing photos is a bit of a problem. You can kinda show a photo with PTP2, but it would be a lot easier and better for a display with a controller chip...