hi,
I try to develop DirectFB app on imx28. But I encounter touch event issue that operate does not correctly.
I run ts_calibrate, it works fine.
And then export below before execute df_window.
export TSLIB_CONSOLEDEVICE=none
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_TSDEVICE=/dev/input/event1
export TSLIB_CONFFILE=/usr/etc/ts.conf
export TSLIB_PLUGINDIR=/usr/lib/ts
But touch event seems like unworkable.
Is there anyone know how to correct touch event for DirectFB on MXS touchscreen with imx28?
Thank you.