Text Display Duration Control for Wearable Devices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Wearable devices with small digital display areas face challenges in effectively displaying text information due to limited space, as rapid scrolling makes it difficult to read and slow scrolling takes too long to display a paragraph.

Innovation Solution

A method that divides text into substrings, determines a complexity index for each substring, and displays each substring for a duration based on its complexity index, with adjustments to smooth the display time based on neighboring substrings.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If text is scrolled quickly across the display area, then the display time is reduced, but it becomes difficult for users to read the text information

Engineering Contradiction:
Improvedisplay speedVSAvoidreadability
Core Design Contradiction:
ProductivityVSEase of operation

Solution Approach 1:

The patent divides a string of text into multiple substrings and displays them sequentially rather than scrolling the entire text at once. This segmentation allows each substring to be displayed for an optimized duration that balances reading comprehension with overall display efficiency, resolving the contradiction between display speed and readability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent dynamically adjusts the display duration of each substring based on its complexity index. Substrings with higher complexity (more characters, unfamiliar words) are displayed longer, while simpler substrings are displayed shorter. This dynamic adjustment optimizes the balance between display speed and readability for each segment of text.

Inventive Principle:
Principle #15Dynamics

2Ease of operation

If text is scrolled slowly across the display area, then readability is improved, but a paragraph of text information takes a long time to be fully displayed

Engineering Contradiction:
ImprovereadabilityVSAvoiddisplay time
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

By segmenting text into substrings, the system can apply different display durations to different segments. This allows the overall display time to be reduced while maintaining adequate display time for each individual substring, thus improving productivity without sacrificing readability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter of display duration based on the complexity index of each substring. This parameter adjustment allows the system to optimize display time for each segment, reducing the total display time for a paragraph while ensuring each substring is displayed long enough to be read comfortably.

Inventive Principle:
Principle #35Parameter changes

3Area of stationary object

If the display area is made larger to accommodate more text, then text information can be displayed without scrolling, but the wearable device becomes less compact and less aesthetically pleasing

Engineering Contradiction:
Improvedisplay areaVSAvoiddevice compactness
Core Design Contradiction:
Area of stationary objectVSDevice complexity

Solution Approach 1:

Instead of expanding the display area spatially, the patent utilizes the time dimension by displaying substrings sequentially. This allows more text information to be presented on a small display area without requiring the device to be larger, maintaining compactness while increasing information capacity through temporal expansion.

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

Data Source

PatentUS11188715B2Methods for displaying a string of text and wearable devices
Publication Date: 2021.11.30 RAZER ASIA PACIFIC
  • US11188715B2 patent drawing
  • US11188715B2 patent drawing
  • US11188715B2 patent drawing

AI summary

According to various embodiments, there is provided a method for displaying a string of text, the method including: dividing the string of text into a plurality of substrings; and for each substring of the plurality of substrings: determining a complexity index of the substring; determining a display duration of the substring based on the determined complexity index; and displaying the substring for the determined display duration.