lilliput touchscreen driver
Posted: Wed Jan 26, 2005 10:57 pm
download from http://ps2dev.org/kb.x?T=1136
here's half the readme:
What is it
~~~~
A touchscreen driver which can be used instead of ps2mouse.irx.
What does it do
~~~~
Interprets touch input from a Lilliput 7" touchscreen. You should
be able to use it with any application that loads ps2mouse.irx.
This device appears to the PS2 as a single button mouse.
Here is a link to a description*:
http://www.mp3car.com/store/product_inf ... ucts_id=33
* I am in no way affiliated nor did I buy my screen from mp3car.com
Installation
~~~~
Rename touchscreen.irx to ps2mouse.irx and use with your playstation2
that has a touchscreen.
Load the driver with something like this:
SifLoadModule("host:ps2mouse.irx", 0, 0);
Requirements
~~~~
usbd.irx - I use an official Sony release. Let me know if the
ps2sdk release works for you.
here's half the readme:
What is it
~~~~
A touchscreen driver which can be used instead of ps2mouse.irx.
What does it do
~~~~
Interprets touch input from a Lilliput 7" touchscreen. You should
be able to use it with any application that loads ps2mouse.irx.
This device appears to the PS2 as a single button mouse.
Here is a link to a description*:
http://www.mp3car.com/store/product_inf ... ucts_id=33
* I am in no way affiliated nor did I buy my screen from mp3car.com
Installation
~~~~
Rename touchscreen.irx to ps2mouse.irx and use with your playstation2
that has a touchscreen.
Load the driver with something like this:
SifLoadModule("host:ps2mouse.irx", 0, 0);
Requirements
~~~~
usbd.irx - I use an official Sony release. Let me know if the
ps2sdk release works for you.