Hi,
I've a question:
I wrote one game for only GP2X F200 with touchscreen.
I use a PLATFORMINFO$ function for indentify the version of firmware.
Other way to see difference between F100 and F200 version ?
Bye bye,
Neurox
Not yet. I'll take a look.
Try this and tell me:
IF DOESFILEEXIST("/dev/touchscreen/wm97xx")
PRINT "F200", 0,0
ELSE
PRINT "F100", 0,0
ENDIF
SHOWSCREEN
KEYWAIT
Hi,
QuoteTry this and tell me:
Yes, function very well.
Thanks,
Neurox
Can this function be put into any gp2x game? Is the file it looks for automatically on every f200?
Yes. The driver writes this file and puts the touchscreen position in there.