Re: [Tutor] Touch Screen

2012-01-02 Thread Alexander
On Mon, Jan 2, 2012 at 1:43 PM, Walter Prins wrote: > Hi, > > On 2 January 2012 18:07, Alan Gauld wrote: > > There may be a few cash registers rthat implemenmt their own embedded > > hardware monitor but the cost of developing such a thing is so high > > (especially compared to Linux!) that most

Re: [Tutor] Touch Screen

2012-01-02 Thread Walter Prins
Hi, On 2 January 2012 18:07, Alan Gauld wrote: > There may be a few cash registers rthat implemenmt their own embedded > hardware monitor but the cost of developing such a thing is so high > (especially compared to Linux!) that most devices like that use a regular OS > and just disguise it with a

Re: [Tutor] Touch Screen

2012-01-02 Thread Alan Gauld
On 02/01/12 16:30, Alexander wrote: Hi. Just curious if there are any ideas on how to use python with a touch screen. That is a stand alone touchscreen, not something running on a desktop or personal computer; A touchscreen has no intrrinsic iontelligence so it must have sopme kind of computer

[Tutor] Touch Screen

2012-01-02 Thread Alexander
Hi. Just curious if there are any ideas on how to use python with a touch screen. That is a stand alone touchscreen, not something running on a desktop or personal computer; consider a touch screen dedicated to one purpose, like a cash register, running python. Thanks, Alexander ___