On Mon, 31 Oct 2005 13:05:08 +1300 (NZDT) Steve Holdoway wrote: > Before I left the Netherlands, many/most bars ran a juke box off the PC's > that were built into the screen, and they used xmms with such an > interface. > > I wrote a touch screen interface library in c a while ago ( well, it was > 1985, actually (: ). It's not too difficult - define your areas as a > single (x,y) coordinate in the centre of the image, and the touch as > another. THen use your old mate pythagoras to work out the nearest pair. > Touch screens are/were usually a serial interface so not too many dramas > getting the info out there. > > However, you'll almost certainly find a gpl'd library. Which touchscreen > is it?
It's actually a little tablet PC called a fujitsu stylistic 2300, similar to these, but with a 233MHz processor: http://www.the-labs.com/Stylistic/1200.html I want to avoid X . I am wanting to control a program called slimp3slave http://www.ex-parrot.com/~pdw/slimp3slave/ -- Nick Rout <[EMAIL PROTECTED]>
