|
发表于 2020-6-9 13:50:53
只看该作者
沙发
使用tslib校准时,执行ts_calibrate 提示
oading module linear
__ts_load_module_static:-------139
__ts_load_module:-------233
__ts_load_module:-------237
xres = 1366, yres = 768
tslib: Selected device is not a touchscreen (must support ABS event type)
环境变量都是设置对了的,点击触控屏也是有输出的(在驱动中加入了打印信息),如下
[ 1372.528289] ar1021_i2c_irq : X = 1869, Y = 2093, count = 1
[ 1372.539872] ar1021_i2c_irq : X = 1869, Y = 2091, count = 1
[ 1372.578968] ar1021_i2c_irq : X = 1869, Y = 2090, count = 1
[ 1372.675845] ar1021_i2c_irq : X = 1869, Y = 2090, count = 0
[ 1372.837736] ar1021_i2c_irq : X = 1859, Y = 2090, count = 0
[ 1372.849173] ar1021_i2c_irq : X = 1859, Y = 2090, count = 1
[ 1372.860617] ar1021_i2c_irq : X = 1857, Y = 2090, count = 1
[ 1372.944873] ar1021_i2c_irq : X = 1857, Y = 2090, count = 0
[ 1373.059827] ar1021_i2c_irq : X = 1883, Y = 2086, count = 0
[ 1373.071427] ar1021_i2c_irq : X = 1883, Y = 2086, count = 1
[ 1373.082549] ar1021_i2c_irq : X = 1886, Y = 2086, count = 1
[ 1373.169764] ar1021_i2c_irq : X = 1886, Y = 2086, count = 0 |
|