View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000636 | PicoMOD6 | Touch driver | public | 2011-06-07 08:33 | 2011-06-07 08:57 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V1.06 | ||||
Target Version | V1.10 | Fixed in Version | V1.10 | ||
Summary | 0000636: Additional touch driver enhancement | ||||
Description | During 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 Version | V1.05 | ||||
Fixed Driver Version | V1.06 | ||||
related to | 0000494 | new | Offset in both directions is added to real touch on screen. |
|
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) |