Skip to content

touchscreen: Dump firmware version and protocol - #90

Merged
JohnAZoidberg merged 3 commits into
mainfrom
touchscreen
Apr 14, 2025
Merged

touchscreen: Dump firmware version and protocol#90
JohnAZoidberg merged 3 commits into
mainfrom
touchscreen

Conversation

@JohnAZoidberg

@JohnAZoidbergJohnAZoidberg commented Mar 21, 2025

Copy link
Copy Markdown
Member
> framework_tool --versions
[...]
Touchscreen
Firmware Version: v7.0.0.4.0.0.0.0
USI Protocol: false
MPP Protocol: true
> framework_tool --touchpad-enable true
> framework_tool --touchpad-enable false

Comment threadframework_lib/src/touchscreen.rs Outdated
Comment threadframework_lib/src/touchscreen.rs Outdated
@JohnAZoidberg
JohnAZoidberg changed the base branch from camera-firmware to touchpadMarch 24, 2025 16:13
@JohnAZoidberg
JohnAZoidbergforce-pushed the touchscreen branch 2 times, most recently from a0080f4 to d2643f1CompareMarch 24, 2025 16:21
Base automatically changed from touchpad to mainMarch 24, 2025 16:21
@JohnAZoidberg

Copy link
Copy Markdown
MemberAuthor

Works on Linux, doesn't work on Windows :/

@JohnAZoidberg
JohnAZoidbergforce-pushed the touchscreen branch 2 times, most recently from c289d06 to f62df30CompareApril 13, 2025 10:48
@JohnAZoidberg

Copy link
Copy Markdown
MemberAuthor

Works on windows and linux now.

@JohnAZoidberg
JohnAZoidbergforce-pushed the touchscreen branch 2 times, most recently from 73dc8c9 to 62a882cCompareApril 14, 2025 03:38
@JohnAZoidberg

Copy link
Copy Markdown
MemberAuthor

Works on FreeBSD, too, with hidapi based on hidraw.
libusb/hidapi#730

@JohnAZoidberg
JohnAZoidbergforce-pushed the touchscreen branch 3 times, most recently from 07ffeec to cca66ceCompareApril 14, 2025 09:31
```
> framework_tool --versions
[...]
Touchscreen
Firmware Version: v7.0.0.4.0.0.0.0
USI Protocol: false
MPP Protocol: true
```
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg
JohnAZoidberg merged commit 6f8da8f into mainApr 14, 2025
@JohnAZoidberg
JohnAZoidberg deleted the touchscreen branch April 14, 2025 10:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@JohnAZoidberg