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

PyPortal_ArduinoSelfTest.ino issue on PyPortal Titano #1910

Open
kattni opened this issue Nov 1, 2021 · 0 comments
Open

PyPortal_ArduinoSelfTest.ino issue on PyPortal Titano #1910

kattni opened this issue Nov 1, 2021 · 0 comments

Comments

@kattni
Copy link
Contributor

kattni commented Nov 1, 2021

The ArduinoSelfTest for the PyPortal was obviously written for the standard PyPortal, and not for the PyPortal Titano. The code is included in the Titano guide as-is, but there are a couple of things not quite right about it on Titano.

The obvious first thing is that it doesn't fill the entire display - it fills only the portion that would represent a standard PyPortal display (as seen in the image below). However, that alone would not warrant filing a GitHub issue.

The thing that warranted filing this issue is that the "Sound" button doesn't work properly on Titano. The button appears where it would on a standard PyPortal (towards the bottom of the PyPortal display), but, on Titano, the touch activation location for it is further down as though the button was properly placed at the bottom of the Titano display. So in the image below - the button appears where the button is on the display, but my finger is located where the button touch activation is located. I'm guessing the code uses relative location for the button touch point, but has something hard coded for everything its displaying.

titano

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

1 participant