andrewfstratton
andrewfstratton
With windows applications, e.g. Google Chrome, if I use `pydirectinput.keyDown("pageup")` (and also keyUp) then the actual typed key is '3' (or '9' for pagedown), i.e. the extended scan code (?)...
I cannot get the WS2812 leds to be set correctly immediately following a reset - e.g. the code below should switch all the leds off. The code is a cut...
Using: Rpi Pico/Badger 2040/Wavshare RP2040 Zero - joystick, USB HID - setup is: - code sample at https://github.com/andrewfstratton/pico_vgamepad/blob/862d0a71e1f6425f8ebe92e671970e06f03c7081/main.go - flash with `tinygo flash -target=waveshare-rp2040-zero main.go` or change device to pico/badger2040...
Replaced '66' and '99' double quotes with "neutral" double quotes
The Waveshare RP2040 Zero and One boards both have Pin 16 allocated to a NeoPixel, so being able to reconfigure the pin/s used for PIO USB would be useful. It...
I found the web page confusing when first using it. Could this following help (new) users: 1. Put an explanation that Host is the plugged in real gamepad and Device...
The web page resets the drop downs every time I restart to it - so it always shows XInput for both host and device. It would be best for this...