# ts_test
ts_open: No such file or directory
# ts_calibrate
ts_setup: No such file or directory
离线
前天刚好碰到
https://stackoverflow.com/questions/31802341/ts-calibrate-error-ts-open-no-such-file-or-directory
手动加入环境变量, 药到病除:
TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
TSLIB_TSDEVICE=/dev/input/event0 ts_test
/dev/input/event0 根据实际情况填写
离线
驱动的什么屏啊,16位接口么
离线
前天刚好碰到
https://stackoverflow.com/questions/31802341/ts-calibrate-error-ts-open-no-such-file-or-directory
手动加入环境变量, 药到病除:
TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
TSLIB_TSDEVICE=/dev/input/event0 ts_test/dev/input/event0 根据实际情况填写
可以了,灰常感谢
驱动的什么屏啊,16位接口么
对, x1000只支持 i80 接口的屏,大胆瞎猜一下,可能流片出来才发现RGB接口有bug,为了省钱就没改了.
离线
nuvoton 说:前天刚好碰到
https://stackoverflow.com/questions/31802341/ts-calibrate-error-ts-open-no-such-file-or-directory
手动加入环境变量, 药到病除:
TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
TSLIB_TSDEVICE=/dev/input/event0 ts_test/dev/input/event0 根据实际情况填写
可以了,灰常感谢
avrman 说:驱动的什么屏啊,16位接口么
对, x1000只支持 i80 接口的屏,大胆瞎猜一下,可能流片出来才发现RGB接口有bug,为了省钱就没改了.
16位是怎么配置的,能不能提供下寄存器配置。
离线
ftp://ftp.ingenic.cn/DevSupport/Hardware/RD_X1000_PHOENIX/RD_X1000_PHOENIX_HW_V1.0_EN.pdf
君正官方的 X1000 PHOENIX 开发板不就是 16bit 的 LCD 吗?SDK 也是 16bit 吧
离线
ftp://ftp.ingenic.cn/DevSupport/Hardware/RD_X1000_PHOENIX/RD_X1000_PHOENIX_HW_V1.0_EN.pdf
君正官方的 X1000 PHOENIX 开发板不就是 16bit 的 LCD 吗?SDK 也是 16bit 吧
8位的。。不是16位的。
离线
不好意思, 底层是我同事负责, 我看了电路图以为是16bit
离线
nuvoton 说:前天刚好碰到
https://stackoverflow.com/questions/31802341/ts-calibrate-error-ts-open-no-such-file-or-directory
手动加入环境变量, 药到病除:
TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
TSLIB_TSDEVICE=/dev/input/event0 ts_test/dev/input/event0 根据实际情况填写
可以了,灰常感谢
avrman 说:驱动的什么屏啊,16位接口么
对, x1000只支持 i80 接口的屏,大胆瞎猜一下,可能流片出来才发现RGB接口有bug,为了省钱就没改了.
8位的,不是有bug,是为了省管脚.
离线
@nuvoton 不行呀 我的提示
root@TinaLinux:/# TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
open consoledevice: No such file or directory
KDSETMODE: Bad file descriptor
,,,不知道是什么原因,还望指点一二
离线
@nuvoton 不行呀 我的提示
root@TinaLinux:/# TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
open consoledevice: No such file or directory
KDSETMODE: Bad file descriptor
,,,不知道是什么原因,还望指点一二
TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
离线
@nuvoton 不行呀 我的提示
root@TinaLinux:/# TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
open consoledevice: No such file or directory
KDSETMODE: Bad file descriptor
,,,不知道是什么原因,还望指点一二
TSLIB_CONSOLEDEVICE=none TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0 ts_calibrate
离线