Touch Input Resolution for Closely Spaced Selections
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Portable electronic devices with touch-sensitive screens face challenges in accurately determining multiple touch inputs, especially when options are closely spaced, leading to incorrect selection of adjacent buttons on virtual keyboards.
Innovation Solution
The implementation of a method that determines the first user-selection based on touch attributes and then resolves the second selection by analyzing changes in touch location and direction, even when the first selection is still depressed, allowing for accurate selection of adjacent options on a capacitive touch screen.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If the touch screen resolution is increased to accurately detect multiple closely-spaced touch inputs, then the measurement precision of touch location improves, but the device complexity and manufacturing cost increase
Solution Approach 1:
The system performs preliminary detection of the first touch input and determines its selection before the second touch input is fully registered. By processing the first touch selection in advance and maintaining its depressed state, the system creates a temporal window to detect the second touch input separately, resolving the ambiguity of closely-spaced touches without requiring higher resolution hardware
Solution Approach 2:
The system dynamically adjusts its detection behavior based on the temporal and spatial relationship between touch inputs. When a first touch is detected and held depressed, the system transitions to a mode where it can separately identify a second touch input that occurs in close proximity, using the sustained pressure of the first touch as a reference frame to resolve the second selection accurately
2Device complexity
If the touch screen detects only a single touch input when multiple closely-spaced options are selected, then the device complexity remains low, but the reliability of user selection deteriorates
Solution Approach 1:
The system determines the first user selection based on touch attributes before the second selection is fully processed. By finalizing the first selection while it is still depressed, the system establishes a reliable reference point that enables accurate detection of the second selection, even when both touches occur in close proximity and overlap in time
Solution Approach 2:
The system uses feedback from the sustained depressed state of the first touch to guide the detection and resolution of the second touch input. The continuous pressure signal from the held-down first selection provides real-time feedback that helps the system distinguish and accurately identify the second selection, improving reliability without increasing complexity
3Measurement precision
If the user must lift the finger from the first option before selecting the second option, then the touch detection accuracy improves, but the productivity and ease of operation decrease
Solution Approach 1:
The system performs the determination of the first selection in advance, while the finger is still depressed on the first option. This preliminary determination is stored and finalized before the user moves to the second option, allowing the user to maintain continuous contact with the screen and perform rapid sequential selections without lifting the finger, thus improving productivity while maintaining accuracy
Data Source
Figure 1
Figure 2
Figure 3
AI summary
A method (110-126) of determining user-selections from at least one touch at a touch-sensitive input surface (38) of an electronic device (20) includes determining a first user-selection based on touch attributes (110,112,114), detecting changes in the touch attributes including a change in size and a change in the location (122), and determining a second user-selection based on a direction of the change in location (126).