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

Get Inputs #2

Open
BrittonA opened this issue Apr 13, 2019 · 1 comment
Open

Get Inputs #2

BrittonA opened this issue Apr 13, 2019 · 1 comment

Comments

@BrittonA
Copy link

Hi,

I'm using this module https://www.newhavendisplay.com/nhd35320240ftcsxvctp-p-9563.html with my ESP32.

When using GD.get_inputs() in a loop, I'm returned -32768 for both x and y just like the Gameduino documentation says. When I touch the screen, this does not change however unless I touch the top right of the screen, I am returned x109, y283.

When trying to use the calibrate function, It does not register my touch on the calibration point (top left).

Would you have any advice?

@BennyTurtle
Copy link

BennyTurtle commented Sep 23, 2019

well, i would imagine that it isnt properly set to 320 x 240 screen resolution
the gameduino3 is 480x272
maybe check this line in the main header file
Line 80 || #define SCREEN_FT81X 11 //12, 13, 10 para 10y11, 14 FT813_5, 15 FT813_43, 16 FT813_35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants