linuxOS_AP05/kernel/drivers/input/touchscreen/sitronix_ts/readme.txt
2025-06-02 13:59:07 +08:00

24 lines
631 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

node 路径:
/sys/kernel/st_tp/
节点 stcases皮套模式
echo 1 > stcases 进入皮套模式
echo 0 > stcases 退出皮套模式
cat stcases 查看当前皮套模式是否打开
节点 stglove手套模式
echo 1 > stglove 进入手套模式
echo 0 > stglove 退出手套模式
cat stglove 查看当前手套模式是否打开
节点 stinform查看当前版本
cat stinform
节点 strawtest测试节点
echo 1 > strawtest 进行测测
cat strawtest 查看测试结果0表示测试成功>0 表示失败的节点数,<0表示过程有错误
节点 strwreg寄存器读写节点
echo 01 > strwreg 表示读0x01寄存器通过cat strwreg 读出来
echo 0102 > strwreg 表示向0x01寄存器写02.
备注:都是16进制表示