No0ne
No0ne
Same happpend here, command was: ``` noone@silverpi:~ $ sudo rfcomm connect 0 98:D3:B1:xx:xx:xx Connected /dev/rfcomm0 to 98:D3:B1:xx:xx:xx on channel 1 Press CTRL-C for hangup ^C Message from syslogd@silverpi at May...
https://github.com/No0ne/pISO/commit/dbb8a5f0d61b25107724497f50a708638e193ce2#diff-560156d3a7c437865b720d969a0fda0eebd224fb7df6fb1901c60b3b2c994e81 As you can see here, there are three buttons defined. The select key should be mapped to the button when you press the joystick in. Like on a Playstation...
Do you use the Waveshare 1.3inch OLED HAT or something else?
Hardware approach: solder a wire from pin 33 to pin 38. https://www.waveshare.com/w/upload/c/c8/1.3inch-OLED-HAL-Schematic.pdf Software approach one button: change the line `let select_input = Pin::new(13);` to `let select_input = Pin::new(20);` Software approach...
You need to do the initialization and listen for button presses separately for each pin.
Its documented here: https://github.com/ALSchwalm/pISO/blob/master/README.md
If you don't want to code or compile, the hardware approach with a wire between pin 33 and pin 38 on the gpio header or waveshare board should be the...
+1 ... 2019 is approaching!
+1 ... 2020 is approaching!
Hi! I have a SideWinder Force Feedback Wheel and I just tested sniffing the MIDI output from my Win98 PC while the original driver is running. Maybe this works by...