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
i've been working with the new revision 3.5" TFT breakout that uses this display along with the FT5336 touch screen driver. i've found that the touch screen coordinates and the display coordinates in CircuitPython do not match by default. However, in Arduino they do match.
0, 0 for the FT5336 and Arduino is here:
whereas by default in CircuitPython it's here:
additionally, in arduino the display defaults to 320x480. this matches the incoming x and y values from the FT5336.
as a workaround, i rotated the display by 90 and used flip_y and flip_x in the touchpaint example:
i've been working with the new revision 3.5" TFT breakout that uses this display along with the FT5336 touch screen driver. i've found that the touch screen coordinates and the display coordinates in CircuitPython do not match by default. However, in Arduino they do match.
0, 0 for the FT5336 and Arduino is here:

whereas by default in CircuitPython it's here:

additionally, in arduino the display defaults to 320x480. this matches the incoming x and y values from the FT5336.
as a workaround, i rotated the display by 90 and used flip_y and flip_x in the touchpaint example:
i'm a little concerned that end users will bump into this and be confused so i'm curious if there is a way to update the library to account for this?
The text was updated successfully, but these errors were encountered: