View Issue Details

IDProjectCategoryView StatusLast Update
0000636PicoMOD6Touch driverpublic2011-06-07 08:57
ReporterKiepferAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV1.06 
Target VersionV1.10Fixed in VersionV1.10 
Summary0000636: Additional touch driver enhancement
DescriptionDuring custom touch measurements I have noticed that charging of XP foil is very slow for UP event detecting. There might be some additional optimizations beside DiscardTailEvent setting.
Forum Link
Found Driver VersionV1.05
Fixed Driver VersionV1.06

Relationships

related to 0000494 new Offset in both directions is added to real touch on screen. 

Activities

Kiepfer

2011-06-07 08:57

developer   ~0000417

Version available in CVS (s3c6410_touch.cpp).

* Measurement duration optimized to reduce risk of "hitting" up event. Delay before measurement will only be influenced by paramters AdcReadHoldoffHns and PenDownHoldoffHns. ADC delay will only be applied once.
* Bugfix in PenDownHoldOffHns calculation (src clock is 12MHz not 3.68MHz)
* Sample frequency increased to 3MHz
* Verify if touch is pressed again after measurement.
* Enable Up-Event detection during measurement by default (was implemented but still disabled)