Works perfectly!  I ended up setting the whole slew of them like this:

 export TSLIB_TSDEVICE=/dev/input/touchscreen0
 export TSLIB_TSEVENTTYPE=INPUT
 export TSLIB_CONFFILE=/etc/ts.conf
 export TSLIB_CALIBFILE=/etc/pointercal

And it worked!

Thanks a lot Dmitriy!


On Tue, Apr 8, 2014 at 3:13 PM, Dmitriy B. <[email protected]> wrote:

> It says:
>>
>> ts_open() failed (No such file or directory)
>>
>
> This means that tslib could not open needed touchscreen device. Try
> setting TSLIB_TSDEVICE (pointing to /dev/ node of your touchscreen) and
> TSLIB_FBDEVICE (pointing to framebuffer /dev/ node that you want to use)
> environment variables by hand in your startup script using export. For
> testing, instead of running your actual program, you can use ts_calibrate
> and ts_test to see if tslib works okay.
>
> Best Regards,
> Dmitriy Beykun
>
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to