I· have an application where I would like to use a Graphics Lcd with Touch screen.
How hard will be to write a program in Spin to send info to and received Touch screen data?
This display would be a perhaps a better device to run than using video Lcd.
Last edited by ForumTools; 09-30-2010 at 09:50 PM.
Reason: Forum Migration
Depends on the screen. Most (commercial stock replacement) touchscreens act just like mice via USB and video via VGA. If you are looking at EarthLCD development kits or something similar, prepare to spend some time learning to write drivers. Then, prepare to spend some money buying a drop-in screen when driver writing turns into a nightmare. Overall, I'd say you should first try this out with a screen you didn't buy to make sure it will work (read: employer's property). Otherwise, the expense of a screen that won't work for your project can be daunting and frustrating.
Just my $0.02,
Kalo
Failure is not the only punishment for laziness; there is also the success of others.
- Jules Renard
Last edited by ForumTools; 09-30-2010 at 09:50 PM.
Reason: Forum Migration
Thanks Jon.
Thats great, I am right now running the display using the serial mode at:
115200 baud on the ATmega128 and 9600 on the BS2P.
No level translators, just pin to pin.
Also supposed to run using I2C and USB ( I have not tried yet)
Last edited by ForumTools; 09-30-2010 at 09:50 PM.
Reason: Forum Migration
El Paisa,
the EZ LCD works also in parallel mode which is much faster than the serial mode and should be managed from a Propeller without difficult.
EZ LCD is slow when using serial.
I miss the capability of reading the display memory. Having an external 320x240x16 display frame is not a suitable solution for microcontrollers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Last edited by ForumTools; 09-30-2010 at 09:50 PM.
Reason: Forum Migration
Bookmarks