Touch Screen Controller Stylus Detection Sharpness

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Touch screen devices struggle to accurately detect and differentiate between small stylus tips and finger touches, leading to inaccurate results and unwanted detection of finger hover when using narrow passive styluses.

Innovation Solution

The implementation of a touch screen controller that calculates island sharpness using normalization types, determines dynamic variance and strength thresholds, and differentiates between finger and stylus inputs based on touch data values, allowing for precise identification of stylus tips and accurate touch coordinate acquisition.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If routines sensitive to smaller stylus tips are used, then stylus detection sensitivity is improved, but false detection of finger hover increases

Engineering Contradiction:
Improvestylus detection sensitivityVSAvoidfalse detection rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent changes multiple parameters simultaneously: uses a 5x5 matrix region instead of smaller regions, applies specific normalization techniques (dividing by sum of absolute values), calculates sharpness metrics, and implements dynamic thresholding based on variance. These parameter changes collectively enable differentiation between genuine stylus touches and false hover detections while maintaining sensitivity to small stylus tips.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system implements feedback through iterative analysis: it calculates initial touch metrics, compares against dynamic thresholds derived from variance analysis, and uses sharpness calculations to confirm or reject potential touches. This feedback loop allows the system to adjust its interpretation based on the characteristics of the detected signal pattern.

Inventive Principle:
Principle #23Feedback

2Device complexity

If standard fingertip touch routines are used, then processing simplicity is maintained, but measurement accuracy for narrow styluses deteriorates

Engineering Contradiction:
Improveprocessing simplicityVSAvoidstylus tip detection accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent segments the touch detection process into distinct stages: initial touch data acquisition in a 5x5 matrix, calculation of touch metrics (sum, variance, sharpness), comparison against dynamic thresholds, and final validation. This segmentation allows complex stylus detection to be broken down into manageable steps while maintaining accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs dynamic thresholds that are calculated based on the variance of touch data values rather than using fixed thresholds. This dynamic adaptation allows the detection algorithm to adjust to different touch conditions and stylus types, improving accuracy without requiring completely separate processing paths.

Inventive Principle:
Principle #15Dynamics

3Reliability

If larger touch detection thresholds are used, then false hover detection is reduced, but sensitivity to small stylus tips deteriorates

Engineering Contradiction:
Improvefalse hover detection rejectionVSAvoidsmall stylus tip sensitivity
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent introduces additional dimensions of analysis beyond simple threshold comparison: it calculates sharpness metrics that evaluate the concentration of touch values, computes variance to understand signal distribution, and uses 5x5 matrix regions to capture spatial patterns. These additional dimensions enable the system to distinguish between genuine stylus touches and hover events even when using conservative threshold values.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Applied Scientific Principles

This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.

Function Achieved in This Case

This solution enhances the accuracy of touch detection by distinguishing between small stylus tips and fingers, reducing false detections and improving precision in applications like note-taking and drawing, while maintaining fast processing times.

Implementation Method 1

The sensing lines capacitively intersect the drive lines. In operation, a single drive line is driven with a wave, such as a square wave or sine wave. The capacitance between the sensing lines and the driven drive line is sensed at the point where they intersect.

Methodology Applied
Scientific EffectCapacitance: Capacitance

Data Source

PatentUS10852879B2Support of narrow tip styluses on touch screen devices
Publication Date: 2020.12.01 STMICROELECTRONICS INT NV
  • US10852879B2 patent drawing
  • US10852879B2 patent drawing
  • US10852879B2 patent drawing

AI summary

A touch screen controller identifies an island in a matrix of acquired touch data values. A first sharpness of the island is calculated and a second sharpness of the island is calculated if the calculated first sharpness is greater than a sharpness threshold. A dynamic strength threshold is then determined as a function of the second sharpness if a variance of the island is greater than a dynamic variance threshold. A determination is then made that the identified island is a valid stylus island if a peak strength of the island is greater than the dynamic strength threshold.