You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: