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

Touchscreen #337

Open
luka177 opened this issue Jul 22, 2022 · 2 comments
Open

Touchscreen #337

luka177 opened this issue Jul 22, 2022 · 2 comments

Comments

@luka177
Copy link
Contributor

luka177 commented Jul 22, 2022

As more and more embedded systems are getting bigger displays with touchscreens may be it is time to support them? Any plans on that? Or suggestions on touchscreen api design?

@GreenLunar
Copy link

This is critical, especially when a hardware button is not functioning.

@travisg
Copy link
Member

travisg commented Dec 22, 2022

This is interesting, unfortunately there's no real standard on touchscreens. What might be interesting is to build a generic infrastructure for a given driver to plug into such that generic code can get touchscreen events. There's a bit of a chicken and egg problem there, however. Without a driver or a device to test on there's little to work with, but then the driver would need the touchscreen infrastructure to work.

Usually what happens in these cases is some specific device comes along that someone wants to add support for, and then the drivers get written using some sort of semi generic interface, and then over time that becomes somewhat of a defacto interface and/or gets re-designed when the second driver comes along.

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

3 participants