Brosseau Valentin
Brosseau Valentin
Hi, Have you found a tricks ? I'm trying to do the same things keep my filter applied after a « pull to refresh » without filter my data on...
Hi, Sorry for the delay. You had to create a script like : ``` #!/bin/bash echo -ne "\x00\x00\x82\x00\x00\x00\x00\x00" > /dev/hidg0 echo -ne "\x00\x00\x00\x00\x00\x00\x00\x00" > /dev/hidg0 ``` I don't have my...
Good idea
Hi, Sorry for the delay. It should be possible ! I will test it and update the project / issue.
I have added a c program to this repo « to play » with HID code. I will try some combination this week-end.
With the test script I was able to click, but not moving the cursor on OSX. I will try on another computer this weekend
According the documentation the position should be in percentage since the HID device didn't have any clue of the resolution of your monitor. Example : - 0,0 is the top...
Hi, Its a good question, Its looks like the Pi 4 can do Gadget Mode (Usb Host) via the USB-C. So I will be tempted to say yes. I have...
Hi, Nice idea. Do you have a live website to test ?
Hi, Sorry for the delay @Garrett-R It's an EXCELLENT idea ! I will do this as soon this month as I can. Thanks for the suggestion.