linuxOS_AP05/kernel/drivers/input/touchscreen/sitronix_ts
2025-06-02 13:59:07 +08:00
..
Makefile add dma for uart 2025-06-02 13:59:07 +08:00
readme.txt add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_custom_func.h add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_i2c.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_monitor.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_rawtest.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_swu_gesture.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_sysfs.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_upgrade_fw_bin.h add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_upgrade_fw.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts_utility.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts.c add dma for uart 2025-06-02 13:59:07 +08:00
sitronix_ts.h add dma for uart 2025-06-02 13:59:07 +08:00

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进制表示