当前位置: 首页 > news >正文

Tslib配置文件ts.conf

在这里插入图片描述
默认:

# Access plugins
################

# Uncomment if you wish to use the linux input layer event interface
module_raw input

# For other driver modules, see the ts.conf man page


# Filter plugins
################

# Uncomment if first or last samples are unreliable
# module skip nhead=1 ntail=1

# Uncomment if needed for devices that measure pressure
module pthres pmin=1

# Uncomment if needed
# module debounce drop_threshold=40

# Uncomment if needed to filter spikes
# module median depth=5

# Uncomment to enable smoothing of fraction N/D
# module iir N=6 D=10

# Uncomment if needed
# module lowpass factor=0.1 threshold=1

# Uncomment if needed to filter noise samples
module dejitter delta=100

# Uncomment to define threshold in number of events from device
# module evthres N=5

# Uncomment and adjust if you need to invert an axis or both
# module invert x0=800 y0=480

# Uncomment to use ts_calibrate's settings
module linear

在这里插入图片描述

module_raw input
module pthres pmin=1
module variance delta=30
module dejitter delta=100
module linear

在ts.conf 中配置了需要加载的插件、插件加载顺序以及插件的一些约束参数,这些配置参数对触摸屏的触摸效果具有十分重要的影响。

pthres 为Tslib 提供的触摸屏灵敏度门槛插件 默认参数为pmin=1;
variance 为Tslib提供的触摸屏滤波算法插件 默认参数为delta=30;
dejitter 为Tslib 提供的触摸屏去噪算法插件 默认参数为delta=100;
linear为Tslib 提供的触摸屏坐标变换插件。

由于各种因素的影响,在不同的硬件平台上,相关参数可能需要调整。
以上参数的相互关系为
采样间隔越大,采样点越少,采样越失真,但因为信息量少,容易出现丢笔划等丢失信息情况,但表现出来的图形效果将会越好;
去噪算法跟采样间隔应密切互动,采样间隔越大,去噪约束应越小,反之采样间隔越小,去噪约束应越大。
去抖算法为相对独立的部分,去抖算法越复杂,带来的计算量将会变大,系统负载将会变重,但良好的去抖算法可以更好的去除抖动,在 进行图形绘制时将会得到更好的效果;
灵敏度和ts 门槛值为触摸屏的灵敏指标,一般不需要进行变动,参考参考值即

相关文章:

  • 成都做网站的公司哪家好/网络营销工作内容和职责
  • 国内大型php网站建设/软文广告营销
  • 设计微信小程序/网站怎么优化推广
  • 陕西企业网站建设价格/网站优化 秦皇岛
  • 现在c 做网站用什么软件/国际新闻网站
  • 免费网站建设价格费用/百度搜索资源平台token
  • 2023年1月16日--2023年1月22日(osg+glsl+socket+ue)
  • 人类从未如此需要知识 知识从未如此昂贵
  • SpringCache之@CachePut注解的使用说明
  • 2022年,开源社最亮的星
  • 来看看我在CSDN上的好朋友们吧,看看有没有你
  • TreeMap 原理实现及常用方法
  • golang实现大顶堆只看这篇文章就够了
  • LeetCode 79 单词搜索 | 解题思路分享
  • 波段之王指标源码
  • 2023/1/15 JS-闭包问题研究
  • 4、字符串处理
  • 扫描计数怎么操作?教你一个小技巧