Touch Sensor Scan Suspension for Display Interference Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Display-integrated touch sensors experience interference and noise due to overlapping touch-sensitive areas with display screens, leading to undesirable effects like display flicker, especially when scanning and updating occur simultaneously.

Innovation Solution

Implementing an asynchronous touch scanning process that allows touch sensors to scan independently of display updates, avoiding interference by suspending scans during display update periods and resuming after interference is cleared.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If touch sensor scanning is performed simultaneously with display screen updates in overlapping areas, then touch sensing functionality is maintained, but display noise and flicker increase

Engineering Contradiction:
Improvetouch sensing functionalityVSAvoiddisplay noise and flicker
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The system proactively identifies expected interference between touch scanning and display updates before they occur. By estimating the areas to be scanned and updated and comparing their timing, the system suspends touch scanning in advance to prevent display noise and flicker, rather than reacting after interference occurs.

Inventive Principle:
Principle #10Preliminary action

2Object-affected harmful factors

If touch sensor scanning is suspended during display updates to avoid interference, then display noise is reduced, but touch scanning coverage and responsiveness may be affected

Engineering Contradiction:
Improvedisplay noiseVSAvoidtouch scanning coverage and responsiveness
Core Design Contradiction:
Object-affected harmful factorsVSProductivity

Solution Approach 1:

The system dynamically adjusts the touch scanning schedule based on real-time display update timing. Instead of a fixed scanning pattern, the touch sensor controller flexibly suspends and resumes scanning operations to avoid display updates, optimizing both display quality and touch scanning effectiveness through adaptive timing adjustments.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the timing parameters of touch scanning operations to avoid overlap with display updates. By modifying when scans occur rather than changing the scanning mechanism itself, the system reduces display noise while maintaining touch scanning coverage and responsiveness.

Inventive Principle:
Principle #35Parameter changes

3Object-affected harmful factors

If asynchronous touch scanning is implemented to avoid display interference, then display quality is improved, but system complexity increases

Engineering Contradiction:
Improvedisplay interferenceVSAvoidscanning coordination mechanism
Core Design Contradiction:
Object-affected harmful factorsVSDevice complexity

Solution Approach 1:

The touch sensor controller continuously monitors display update timing and uses this feedback to adjust its scanning schedule. By implementing a feedback loop that compares estimated scan areas with estimated update areas, the system automatically coordinates scanning to avoid interference without requiring complex external control mechanisms.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS10162464B2Suspension of touch sensor scan based on an expected interference
Publication Date: 2018.12.25 ATMEL CORP
  • US10162464B2 patent drawing
  • US10162464B2 patent drawing
  • US10162464B2 patent drawing

AI summary

In certain embodiments, a touch sensor controller estimates an area of a display screen that a display controller will update at a first time and estimates an area of a touch sensor that the touch sensor controller is expected to scan at the first time. The touch sensor controller further identifies an expected interference based on a comparison between the update of the estimated area of the display screen by the display controller at the first time and the scan of the estimated area of the touch sensor by the touch sensor controller at the first time. Based on the expected interference, the touch sensor controller suspends, for a first time period, the scan of the estimated area of the touch sensor for touch events based on the expected interference. The touch sensor controller resumes the scan after the first time period.