Is this a touch screen? #74
Answered
by
mathoudebine
RussNelson
asked this question in
Q&A
|
Is this device also a touch screen? If so, do we know how to receive touch events? Where did information about the protocol come from, anyway? |
Answered by
mathoudebine
Nov 3, 2022
Replies: 2 comments
|
@RussNelson (converting this issue to a discussion) |
0 replies
|
Hello @RussNelson this device has unfortunately no touchscreen (too expensive I think compared to other hardware choices made for this product...) |
0 replies
Answer selected by
RussNelson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @RussNelson this device has unfortunately no touchscreen (too expensive I think compared to other hardware choices made for this product...)
For the protocol, as there is no developer SDK or documentation, it comes from decompiling the original Windows software (made with Visual Studio) and transposing the protocol in Python. New Windows software have been mangled to forbid decompiling unfortunately...