Hi

i compiled directfb for neo1973 (see http://wiki.openmoko.org/)
yesterday. it works flawlessly, congratulation to all developers! i
ported my app which works also without modification. dfb is just
great. thnx for your work!

only one small thing had to be changed on the linux phone: dfb expects
a ts-device in /dev/input/tslib%d which i symlinked for now. the code
in DirectFB/inputdrivers/tslib/tslib.c does a 

        snprintf( buf, 32, "/dev/input/tslib%d", i );

        ts = ts_open( buf, 0 );

i'm not an expert in tslib but this seems to have changed somehow,
ts_test work without changes on the device because they use

        tsdevice = getenv("TSLIB_TSDEVICE"))

should this be done in DirectFB also? or use the symlink
/dev/input/touchscreen0 ?

best regards,
        michael

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to