Looks like it's a serial interface. There's a pentest.c on that link. Can you get it to work??? ( along with the setserial lines )
If so, then it should be fairly trivial to get things working... the background image will probably take longer (: Steve. On Mon, October 31, 2005 1:30 pm, Nick Rout wrote: > > 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]> > > -- Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
