Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADISPT01] Border of touch screen not identified #6

Open
aliphys opened this issue Jun 3, 2024 · 0 comments
Open

[ADISPT01] Border of touch screen not identified #6

aliphys opened this issue Jun 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aliphys
Copy link
Contributor

aliphys commented Jun 3, 2024

According to the KD040WVFID026-01-C025A datasheet (screen used in the GIGA Display Shield) the GIGA Display Shield has a touch resolution of 480 * 800 pixels.
image
However, repeated testing shows that it is not possible to access the full resolution. About six pixels from each border are accessible.
This is observed when accessing the data via interrupt (TPL-ARD-GIGADT-001-ValueIRQ.ino) as well as polling (TPL-ARD-GIGADT-001-PointsPolling.ino).

For example:

Test Case ID: TPL-ARD-GIGADT-001-ValueIRQ-BL
Get border x,y value for bottom left corner...
Point: 6 788
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 6
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Point: 6 8
Bottom left border values are: 6, 6
@per1234 per1234 added the bug Something isn't working label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants