CN109101131A - A kind of touch control identification method, device and touch control display apparatus - Google Patents

A kind of touch control identification method, device and touch control display apparatus Download PDF

Info

Publication number
CN109101131A
CN109101131A CN201810871799.XA CN201810871799A CN109101131A CN 109101131 A CN109101131 A CN 109101131A CN 201810871799 A CN201810871799 A CN 201810871799A CN 109101131 A CN109101131 A CN 109101131A
Authority
CN
China
Prior art keywords
coordinate
axis coordinate
interval
predeterminable area
stretch
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201810871799.XA
Other languages
Chinese (zh)
Other versions
CN109101131B (en
Inventor
田华
范京津
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Hongpeihan Electronic Technology Co ltd
Original Assignee
Shenzhen Demingli Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Demingli Electronics Co Ltd filed Critical Shenzhen Demingli Electronics Co Ltd
Priority to CN201810871799.XA priority Critical patent/CN109101131B/en
Publication of CN109101131A publication Critical patent/CN109101131A/en
Application granted granted Critical
Publication of CN109101131B publication Critical patent/CN109101131B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers

Abstract

The present invention provides a kind of touch control identification method, device and touch control display apparatus, method includes: to set gradually the first predeterminable area and the second predeterminable area at each edge of touch area, and the first predeterminable area width and the second predeterminable area are of same size;Second predeterminable area is divided into N number of section;Detect the Grid Track of touch control operation on touch area;Judge whether there are coordinate points to be located at second predeterminable area in the Grid Track;It is stretched then according to the section where the coordinate points position using corresponding drawing coefficient if there is coordinate points are located at second predeterminable area, obtains and stretch coordinate points;Using in edge setting area, to the mode that the coordinate in region is stretched, user can be effectively identified for the touch-control at touch area edge, and method is simple, and calculation amount is small.

Description

A kind of touch control identification method, device and touch control display apparatus
Technical field
The present invention relates to technical field of touch control more particularly to a kind of touch control identification methods, device and touch control display apparatus.
Background technique
In mutual capacitance multi-touch system, with reference to Fig. 1, when finger touches touch screen marginal portion, finger is had Part pressing is external in screen, causes data incomplete, therefore is calculating marginal portion coordinate using centroid algorithm in touch-control I C firmware When, it will cause coordinate points and deviated to central part, cause to be distorted.
Summary of the invention
It is an object of the invention to for it is above-mentioned it is in the prior art due to finger pressing screen cause data incomplete in vitro, The problem of coordinate points are distorted when calculating proposes a kind of touch control identification method, device and touch control display apparatus, can be effectively improved this Problem.
A kind of touch control identification method, comprising:
The first predeterminable area and the second predeterminable area, the first preset areas field width are set gradually at each edge of touch area Degree and the second predeterminable area are of same size;
And second predeterminable area is divided into N number of section;
Detect the Grid Track of touch control operation on touch area;
Judge whether there are coordinate points to be located at second predeterminable area in the Grid Track;
If there is coordinate points are located at second predeterminable area, then according to the section where the coordinate points position, use Corresponding drawing coefficient is stretched, and is obtained and is stretched coordinate points.
Further, the range of N is 2-5.
Further, judge whether there are coordinate points to be located at second predeterminable area in the Grid Track, comprising:
The coordinate of each coordinate points in Grid Track is compared with the coordinate in second predeterminable area, if It is consistent, it is determined that the coordinate points are located in second predeterminable area.
Further, second predeterminable area is in turn divided into first interval, second interval and 3rd interval, it is corresponding Drawing coefficient be respectively the first drawing coefficient, the second drawing coefficient and third drawing coefficient.
Further, it according to the section where the coordinate points position, is stretched, is obtained using corresponding drawing coefficient Stretch coordinate points, comprising:
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, stretched using first Coefficient stretches the X axis coordinate and/or Y axis coordinate;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, stretched using first Coefficient and the second drawing coefficient stretch the X axis coordinate and/or Y axis coordinate;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, stretched using first Coefficient, the second drawing coefficient and third drawing coefficient stretch the X axis coordinate and/or Y axis coordinate.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 1=X1·(1+Q1);
YStretch 1=Y1·(1+Q1);
Wherein, XStretch 1、YStretch 1X axis coordinate and Y axis coordinate after respectively being stretched using the first drawing coefficient, X1、Y1For position In the X axis coordinate and Y axis coordinate of the coordinate points of first interval, Q1For the first drawing coefficient.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 2=Xmax1·(1+Q1)+ΔX2·(1+Q2);
YStretch 2=Ymax1·(1+Q1)+ΔY2·(1+Q2);
Wherein, XStretch 2、YStretch 2X axis coordinate and Y-axis after respectively being stretched using the first drawing coefficient and the second drawing coefficient Coordinate, Xmax1、Ymax1The respectively maximum X-coordinate of first interval and maximum Y coordinate, Xmax1=K1, Ymax1=K1, K1For the firstth area Between width, Δ X2、ΔY2The respectively X-coordinate increment and Y coordinate increment of second interval, Δ X2=X2-K1, Δ Y2=Y2-K1, X2、Y2For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of second interval, Q2For the second drawing coefficient.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 3=Xmax1·(1+Q1)+Xmax2(1+Q2)+ΔX3·(1+Q3);
YStretch 3=Ymax1·(1+Q1)+Ymax2(1+Q2)+ΔY3·(1+Q3);
Wherein, XStretch 3、YStretch 3After respectively being stretched using the first drawing coefficient, the second drawing coefficient and third drawing coefficient X axis coordinate and Y axis coordinate, Xmax2、Ymax2The respectively maximum X-coordinate of second interval and maximum Y coordinate, Xmax2=K2, Ymax2 =K2, K2For the width of second interval, Δ X3、ΔY3The respectively X-coordinate increment and Y coordinate increment of 3rd interval, Δ X3=X3- K2-K1, Δ Y3=Y3-K2-K1, X3、Y3For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of 3rd interval, Q3For third stretching Coefficient.
Further, the first drawing coefficient is 1/8, and the second drawing coefficient is 3/8, and third drawing coefficient is 4/8.
A kind of touch device, including touch panel, touch-control IC, processor and memory, the touch-control IC is for detecting The Grid Track of touch control operation on the touch area of the touch panel, the memory store a plurality of instruction, the processing Device is for reading described instruction and executing:
The first predeterminable area and the second predeterminable area, the first preset areas field width are set gradually at each edge of touch area Degree and the second predeterminable area are of same size;
Second predeterminable area is divided into N number of section;
Judge whether there are coordinate points to be located at second predeterminable area in the Grid Track;
If there is coordinate points are located at second predeterminable area, then according to the section where the coordinate points position, use Corresponding drawing coefficient is stretched, and is obtained and is stretched coordinate points.
A kind of touch control display apparatus, including above-mentioned touch device.
Touch control identification method, device and touch control display apparatus provided by the invention, using in edge setting area, to region The mode that interior coordinate is stretched can effectively identify user for the touch-control at touch area edge, and method is simple, calculate It measures small.
Detailed description of the invention
Fig. 1 is that existing touch screen finger part presses the schematic diagram external in screen.
Fig. 2 is a kind of flow chart of embodiment of touch control identification method provided by the invention.
Fig. 3 is the schematic diagram of the second predeterminable area demarcation interval in touch control identification method provided by the invention.
Fig. 4 is a kind of structural schematic diagram of embodiment of touch device provided by the invention.
Specific embodiment
To make the purpose of the present invention, technical solution and effect clearer, clear and definite, right as follows in conjunction with drawings and embodiments The present invention is further described.It should be appreciated that described herein, specific examples are only used to explain the present invention, is not used to Limit the present invention.
Embodiment one
With reference to Fig. 2, the present embodiment provides a kind of touch control identification methods, comprising:
Step S101 sets gradually the first predeterminable area and the second predeterminable area at each edge of touch area, and first Predeterminable area width and the second predeterminable area are of same size;
Second predeterminable area is divided into N number of section by step S102;
Step S103 detects the Grid Track of touch control operation on touch area;
Step S104 judges whether have coordinate points to be located at second predeterminable area in the Grid Track;
Step S105, if there is coordinate points are located at second predeterminable area, then according to where the coordinate points position Section is stretched using corresponding drawing coefficient, is obtained and is stretched coordinate points.
Specifically, step S101 is executed, sets gradually the first predeterminable area and second in advance at each edge of touch area If region, wherein the first predeterminable area is the region at relatively close touch area edge, the second predeterminable area is to be relatively distant from touching The region of edges of regions is controlled, the first predeterminable area width and the second predeterminable area are of same size.
Step S102 is executed, the second default edge is divided into N number of section, as a preferred embodiment, the model of N It encloses for 2-5, it can set interval quantity according to actual needs.
Step S103 is executed, the Grid Track of touch control operation on touch area is detected, which includes but is not limited to Scribing line, single-point coordinate, multiple spot coordinate etc..
Step S104 is executed, judges whether there are coordinate points to be located at the second predeterminable area in the Grid Track, comprising:
The coordinate of each coordinate points in Grid Track is compared with the coordinate in second predeterminable area, if It is consistent, it is determined that the coordinate points are located in second predeterminable area.
As a preferred embodiment, the second predeterminable area Q is in turn divided into first interval A, with reference to Fig. 3 Two interval Bs and 3rd interval C, corresponding drawing coefficient are respectively that the first drawing coefficient, the second drawing coefficient and third stretch system Number, first interval A are the section for being relatively distant from touch area edge, and 3rd interval C is the area at relatively close touch area edge Between.
Step S105 is executed to be stretched according to the section where the coordinate points position using corresponding drawing coefficient, It obtains and stretches coordinate points, comprising:
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, stretched using first Coefficient stretches the X axis coordinate and/or Y axis coordinate;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, stretched using first Coefficient and the second drawing coefficient stretch the X axis coordinate and/or Y axis coordinate;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, stretched using first Coefficient, the second drawing coefficient and third drawing coefficient stretch the X axis coordinate and/or Y axis coordinate.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 1=X1·(1+Q1);
YStretch 1=Y1·(1+Q1);
Wherein, XStretch 1、YStretch 1X axis coordinate and Y axis coordinate after respectively being stretched using the first drawing coefficient, X1、Y1For position In the X axis coordinate and Y axis coordinate of the coordinate points of first interval, Q1For the first drawing coefficient.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 2=Xmax1·(1+Q1)+ΔX2·(1+Q2);
YStretch 2=Ymax1·(1+Q1)+ΔY2·(1+Q2);
Wherein, XStretch 2、YStretch 2X axis coordinate and Y-axis after respectively being stretched using the first drawing coefficient and the second drawing coefficient Coordinate, Xmax1、Ymax1The respectively maximum X-coordinate of first interval and maximum Y coordinate, Xmax1=K1, Ymax1=K1, K1For the firstth area Between width, Δ X2、ΔY2The respectively X-coordinate increment and Y coordinate increment of second interval, Δ X2=X2-K1, Δ Y2=Y2-K1, X2、Y2For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of second interval, Q2For the second drawing coefficient.
If demarcation interval is equal portions division,K is the second preset areas field width Degree.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 3=Xmax1·(1+Q1)+Xmax2(1+Q2)+ΔX3·(1+Q3);
YStretch 3=Ymax1·(1+Q1)+Ymax2(1+Q2)+ΔY3·(1+Q3);
Wherein, XStretch 3、YStretch 3After respectively being stretched using the first drawing coefficient, the second drawing coefficient and third drawing coefficient X axis coordinate and Y axis coordinate, Xmax2、Ymax2The respectively maximum X-coordinate of second interval and maximum Y coordinate, Xmax2=K2, Ymax2 =K2, K2For the width of second interval, Δ X3、ΔY3The respectively X-coordinate increment and Y coordinate increment of 3rd interval, Δ X3=X3- K2-K1, Δ Y3=Y3-K2-K1, X3、Y3For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of 3rd interval, Q3For third stretching Coefficient.
If demarcation interval is equal portions division,K is the second predeterminable area Width.
With reference to Fig. 3, the first predeterminable area P is because can not identify touch control operation, the seat in the second predeterminable area Q by proximal edge Punctuate can reach the first predeterminable area by stretching,
Further, the first drawing coefficient is 1/8, and the second drawing coefficient is 3/8, and third drawing coefficient is 4/8, Suo Youqu Between corresponding drawing coefficient summation be 1.
Touch control identification method provided in this embodiment stretches the coordinate in region using in edge setting area Mode, can effectively identify user for the touch-control at touch area edge, and method is simple, and calculation amount is small.
Embodiment two
With reference to Fig. 4, the present embodiment provides a kind of touch devices, including touch panel 201, touch-control IC202, processor 203 And memory 204, touch-control IC202 are used to detect the Grid Track of touch control operation on the touch area of the touch panel, deposit Reservoir 204 stores a plurality of instruction, and processor 203 is for reading described instruction and executing:
The first predeterminable area and the second predeterminable area, the first preset areas field width are set gradually at each edge of touch area Degree and the second predeterminable area are of same size;
Second predeterminable area is divided into N number of section;
Judge whether there are coordinate points to be located at second predeterminable area in the Grid Track;
If there is coordinate points are located at second predeterminable area, then according to the section where the coordinate points position, use Corresponding drawing coefficient is stretched, and is obtained and is stretched coordinate points.
First predeterminable area is the region at relatively close touch area edge, and the second predeterminable area is to be relatively distant from Touch Zone The region at domain edge.
Specifically, touch-control IC202 is used to detect the Grid Track of touch control operation on the touch area of the touch panel, should Grid Track includes but is not limited to scribing line, single-point coordinate, multiple spot coordinate etc..
Processor 203 is also used to execute:
The coordinate of each coordinate points in Grid Track is compared with the coordinate in second predeterminable area, if It is consistent, it is determined that the coordinate points are located in second predeterminable area.
As a preferred embodiment, the second predeterminable area is in turn divided into first interval A, second with reference to Fig. 3 Interval B and 3rd interval C, corresponding drawing coefficient are respectively the first drawing coefficient, the second drawing coefficient and third drawing coefficient, First interval A is the section for being relatively distant from touch area edge, and 3rd interval C is the section at relatively close touch area edge, Then processor 203 is also used to execute:
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, stretched using first Coefficient stretches the X axis coordinate and/or Y axis coordinate;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, stretched using first Coefficient and the second drawing coefficient stretch the X axis coordinate and/or Y axis coordinate;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, stretched using first Coefficient, the second drawing coefficient and third drawing coefficient stretch the X axis coordinate and/or Y axis coordinate.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 1=X1·(1+Q1);
YStretch 1=Y1·(1+Q1);
Wherein, XStretch 1、YStretch 1X axis coordinate and Y axis coordinate after respectively being stretched using the first drawing coefficient, X1、Y1For position In the X axis coordinate and Y axis coordinate of the coordinate points of first interval, Q1For the first drawing coefficient.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 2=Xmax1·(1+Q1)+ΔX2·(1+Q2);
YStretch 2=Ymax1·(1+Q1)+ΔY2·(1+Q2);
Wherein, XStretch 2、YStretch 2X axis coordinate and Y-axis after respectively being stretched using the first drawing coefficient and the second drawing coefficient Coordinate, Xmax1、Ymax1The respectively maximum X-coordinate of first interval and maximum Y coordinate, Xmax1=K1, Ymax1=K1, K1For the firstth area Between width, Δ X2、ΔY2The respectively X-coordinate increment and Y coordinate increment of second interval, Δ X2=X2-K1, Δ Y2=Y2-K1, X2、Y2For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of second interval, Q2For the second drawing coefficient.
If demarcation interval is equal portions division,K is the second predeterminable area Width.
Further, if the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, pass through Following formula stretches X axis coordinate and/or Y axis coordinate:
XStretch 3=Xmax1·(1+Q1)+Xmax2(1+Q2)+ΔX3·(1+Q3);
YStretch 3=Ymax1·(1+Q1)+Ymax2(1+Q2)+ΔY3·(1+Q3);
Wherein, XStretch 3、YStretch 3After respectively being stretched using the first drawing coefficient, the second drawing coefficient and third drawing coefficient X axis coordinate and Y axis coordinate, Xmax2、Ymax2The respectively maximum X-coordinate of second interval and maximum Y coordinate, Xmax2=K2, Ymax2 =K2, K2For the width of second interval, Δ X3、ΔY3The respectively X-coordinate increment and Y coordinate increment of 3rd interval, Δ X3=X3- K2-K1, Δ Y3=Y3-K2-K1, X3、Y3For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of 3rd interval, Q3For third stretching Coefficient.
If demarcation interval is equal portions division,K is the second predeterminable area Width.
As a preferred embodiment, the first drawing coefficient is 1/8, the second drawing coefficient is 3/8, and third stretches system Number is 4/8, and the corresponding drawing coefficient summation in all sections is 1.
Touch device provided in this embodiment, using in edge setting area, the side stretched to the coordinate in region Formula can effectively identify user for the touch-control at touch area edge, and method is simple, and calculation amount is small.
Embodiment three
The present embodiment provides a kind of touch control display apparatus, including the touch control identification device as described in embodiment two.
Touch control display apparatus provided in this embodiment, including but not limited to mobile phone, tablet computer, display, notebook electricity Any products or components having a display function such as brain.
It should be understood that for those of ordinary skills, it can be modified or changed according to the above description, And all these modifications and variations should all belong to the protection domain of appended claims of the present invention.

Claims (11)

1. a kind of touch control identification method characterized by comprising
Set gradually the first predeterminable area and the second predeterminable area at each edge of touch area, the first predeterminable area width and Second predeterminable area is of same size;
Second predeterminable area is divided into N number of section;
Detect the Grid Track of touch control operation on touch area;
Judge whether there are coordinate points to be located at second predeterminable area in the Grid Track;
If there is coordinate points are located at second predeterminable area, then according to the section where the coordinate points position, using corresponding Drawing coefficient stretched, obtain stretch coordinate points.
2. touch control identification method according to claim 1, which is characterized in that the range of N is 2-5.
3. touch control identification method according to claim 2, which is characterized in that judge whether there is coordinate in the Grid Track Point is located at second predeterminable area, comprising:
The coordinate of each coordinate points in Grid Track is compared with the coordinate in second predeterminable area, if phase Symbol, it is determined that the coordinate points are located in second predeterminable area.
4. touch control identification method according to claim 3, which is characterized in that second predeterminable area to be in turn divided into First interval, second interval and 3rd interval, corresponding drawing coefficient are respectively the first drawing coefficient, the second drawing coefficient and Three drawing coefficients.
5. touch control identification method according to claim 4, which is characterized in that the area where the coordinate points position Between, it is stretched using corresponding drawing coefficient, obtains and stretch coordinate points, comprising:
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the first interval, the first drawing coefficient is used The X axis coordinate and/or Y axis coordinate are stretched;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the second interval, the first drawing coefficient is used The X axis coordinate and/or Y axis coordinate are stretched with the second drawing coefficient;
If the X axis coordinate and/or Y axis coordinate of the coordinate points are located in the 3rd interval, using the first drawing coefficient, Second drawing coefficient and third drawing coefficient stretch the X axis coordinate and/or Y axis coordinate.
6. touch control identification method according to claim 5, which is characterized in that if the X axis coordinate of the coordinate points and/or Y axis coordinate is located in the first interval, then is stretched through following formula to X axis coordinate and/or Y axis coordinate:
XStretch 1=X1·(1+Q1);
YStretch 1=Y1·(1+Q1);
Wherein, XStretch 1、YStretch 1X axis coordinate and Y axis coordinate after respectively being stretched using the first drawing coefficient, X1、Y1For positioned at The X axis coordinate and Y axis coordinate of the coordinate points in one section, Q1For the first drawing coefficient.
7. touch control identification method according to claim 6, which is characterized in that if the X axis coordinate of the coordinate points and/or Y axis coordinate is located in the second interval, then is stretched through following formula to X axis coordinate and/or Y axis coordinate:
XStretch 2=Xmax1·(1+Q1)+ΔX2·(1+Q2);
YStretch 2=Ymax1·(1+Q1)+ΔY2·(1+Q2);
Wherein, XStretch 2、YStretch 2X axis coordinate and Y-axis after respectively being stretched using the first drawing coefficient and the second drawing coefficient are sat Mark, Xmax1、Ymax1The respectively maximum X-coordinate of first interval and maximum Y coordinate, Xmax1=K1, Ymax1=K1, K1For first interval Width, Δ X2、ΔY2The respectively X-coordinate increment and Y coordinate increment of second interval, Δ X2=X2-K1, Δ Y2=Y2-K1, X2、 Y2For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of second interval, Q2For the second drawing coefficient.
8. touch control identification method according to claim 7, which is characterized in that if the X axis coordinate of the coordinate points and/or Y axis coordinate is located in the 3rd interval, then is stretched through following formula to X axis coordinate and/or Y axis coordinate:
XStretch 3=Xmax1·(1+Q1)+Xmax2(1+Q2)+ΔX3·(1+Q3);
YStretch 3=Ymax1·(1+Q1)+Ymax2(1+Q2)+ΔY3·(1+Q3);
Wherein, XStretch 3、YStretch 3X-axis after respectively being stretched using the first drawing coefficient, the second drawing coefficient and third drawing coefficient Coordinate and Y axis coordinate, Xmax2、Ymax2The respectively maximum X-coordinate of second interval and maximum Y coordinate, Xmax2=K2, Ymax2=K2, K2For the width of second interval, Δ X3、ΔY3The respectively X-coordinate increment and Y coordinate increment of 3rd interval, Δ X3=X3-K2- K1, Δ Y3=Y3-K2-K1, X3、Y3For positioned at the X axis coordinate and Y axis coordinate of the coordinate points of 3rd interval, Q3It is stretched for third and is Number.
9. touch control identification method according to claim 8, which is characterized in that the first drawing coefficient is 1/8, and second stretches system Number is 3/8, and third drawing coefficient is 4/8.
10. a kind of touch device, which is characterized in that including touch panel, touch-control IC, processor and memory, the touch-control IC is used to detect the Grid Track of touch control operation on the touch area of the touch panel, and the memory stores a plurality of finger It enables, the processor is for reading described instruction and executing:
Set gradually the first predeterminable area and the second predeterminable area at each edge of touch area, the first predeterminable area width and Second predeterminable area is of same size;
Second predeterminable area is divided into N number of section;
Judge whether there are coordinate points to be located at second predeterminable area in the Grid Track;
If there is coordinate points are located at second predeterminable area, then according to the section where the coordinate points position, using corresponding Drawing coefficient stretched, obtain stretch coordinate points.
11. a kind of touch control display apparatus, which is characterized in that including touch device as claimed in claim 10.
CN201810871799.XA 2018-08-02 2018-08-02 Touch identification method and device and touch display device Active CN109101131B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810871799.XA CN109101131B (en) 2018-08-02 2018-08-02 Touch identification method and device and touch display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810871799.XA CN109101131B (en) 2018-08-02 2018-08-02 Touch identification method and device and touch display device

Publications (2)

Publication Number Publication Date
CN109101131A true CN109101131A (en) 2018-12-28
CN109101131B CN109101131B (en) 2021-05-04

Family

ID=64848567

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810871799.XA Active CN109101131B (en) 2018-08-02 2018-08-02 Touch identification method and device and touch display device

Country Status (1)

Country Link
CN (1) CN109101131B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706699A (en) * 2009-11-17 2010-05-12 深圳市汇顶科技有限公司 Linear processing method and system of coordinates of touched point at marginal area of touch screen
US20130155026A1 (en) * 2011-12-16 2013-06-20 International Business Machines Corporation New kind of multi-touch input device
CN103279235A (en) * 2013-05-28 2013-09-04 广州视睿电子科技有限公司 Method and system for positioning touch point
US20140168171A1 (en) * 2012-12-13 2014-06-19 Samsung Electro-Mechanics Co., Ltd. Touch sensing device and touch sensing method
CN103970383A (en) * 2013-02-06 2014-08-06 上海海尔集成电路有限公司 Capacitive-type touch screen contact positioning method and terminal
US20150309659A1 (en) * 2014-04-25 2015-10-29 Mstar Semiconductor, Inc. Method and touch apparatus for calibrating coordinate value near edge of touch panel
CN107765918A (en) * 2017-10-18 2018-03-06 广州视源电子科技股份有限公司 A kind of method and system for optimizing capacitance touch platen edge and touching effect

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706699A (en) * 2009-11-17 2010-05-12 深圳市汇顶科技有限公司 Linear processing method and system of coordinates of touched point at marginal area of touch screen
US20130155026A1 (en) * 2011-12-16 2013-06-20 International Business Machines Corporation New kind of multi-touch input device
US20140168171A1 (en) * 2012-12-13 2014-06-19 Samsung Electro-Mechanics Co., Ltd. Touch sensing device and touch sensing method
CN103970383A (en) * 2013-02-06 2014-08-06 上海海尔集成电路有限公司 Capacitive-type touch screen contact positioning method and terminal
CN103279235A (en) * 2013-05-28 2013-09-04 广州视睿电子科技有限公司 Method and system for positioning touch point
US20150309659A1 (en) * 2014-04-25 2015-10-29 Mstar Semiconductor, Inc. Method and touch apparatus for calibrating coordinate value near edge of touch panel
CN107765918A (en) * 2017-10-18 2018-03-06 广州视源电子科技股份有限公司 A kind of method and system for optimizing capacitance touch platen edge and touching effect

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李建雄等: "《基于Z变换的拉伸坐标完全匹配层的改进算法》", 《电波科学学报》 *

Also Published As

Publication number Publication date
CN109101131B (en) 2021-05-04

Similar Documents

Publication Publication Date Title
US10402005B2 (en) Touch method and device, touch display apparatus
EP2980679B1 (en) Mis-touch recognition method and device
CN102027438B (en) Multi-touch detection panel with disambiguation of touch coordinates
EP2975502B1 (en) Adjustment of touch sensing stimulation voltage levels based on touch performance
US9710108B2 (en) Touch sensor control device having a calibration unit for calibrating detection sensitivity of a touch except for a mask region
US20160154529A1 (en) Motion component dominance factors for motion locking of touch sensor data
TWI575414B (en) Mode distinguishing method, touch-point locating method and touch control circuit
US9569045B2 (en) Stylus tilt and orientation estimation from touch sensor panel images
EP3035168A3 (en) Pen input device, method for correcting input coordinate thereof and electronic device for supporting the same
WO2014160436A1 (en) Baseline management for sensing device
US20130314358A1 (en) Input apparatus, input method, and recording medium
US8624861B2 (en) Method for determining touch point
US20130265258A1 (en) Method for identifying touch on a touch screen
WO2012129973A1 (en) Method of identifying multi-touch scaling gesture and device using the same
CN103064627A (en) Application management method and device
GB2527918A (en) Glove touch detection
US20130027342A1 (en) Pointed position determination apparatus of touch panel, touch panel apparatus, electronics apparatus including the same, method of determining pointed position on touch panel, and computer program storage medium
TWI480792B (en) Operating method of electronic apparatus
CN109101131A (en) A kind of touch control identification method, device and touch control display apparatus
US20150346905A1 (en) Modifying an on-screen keyboard based on asymmetric touch drift
CN104679312A (en) Electronic device as well as touch system and touch method of electronic device
US11842011B2 (en) System and method of noise mitigation for improved stylus detection
US9354739B2 (en) Self-capacitive touch control apparatus and control method thereof
JP6556421B2 (en) Touch panel device and touch detection method
Chang et al. Presentation control system using gesture recognition and sensor

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 701, 7th floor, Smart Valley Innovation Park, 1010 Bulong Road, Minzhi Street, Longhua District, Shenzhen City, Guangdong Province

Applicant after: Shenzhen deminli Technology Co.,Ltd.

Address before: 518000, 701, building 7, wisdom Valley Innovation Park, people's street, Longhua District, Shenzhen, Guangdong

Applicant before: SHENZHEN DEMINGLI ELECTRONICS Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 2501, 2401, block a, building 1, Shenzhen new generation industrial park, 136 Zhongkang Road, Meidu community, Meilin street, Futian District, Shenzhen, Guangdong 518000

Patentee after: Shenzhen deminli Technology Co.,Ltd.

Address before: 518000 room 701, 7 / F, wisdom Valley Innovation Park, 1010 Bulong Road, Minzhi street, Longhua District, Shenzhen City, Guangdong Province

Patentee before: Shenzhen deminli Technology Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240123

Address after: Room 409, 4th Floor, Building 1, No. 199 Weikang Road, Xiangzhou District, Zhuhai City, Guangdong Province, 519000

Patentee after: Zhuhai Hongpeihan Electronic Technology Co.,Ltd.

Country or region after: China

Address before: 2501, 2401, block a, building 1, Shenzhen new generation industrial park, 136 Zhongkang Road, Meidu community, Meilin street, Futian District, Shenzhen, Guangdong 518000

Patentee before: Shenzhen deminli Technology Co.,Ltd.

Country or region before: China