QUERY · ISSUE
How do I read USB keyboard input in Pi Pico
port-rp2
Hi,
I've attached OTG to MicroUSB of pi pico to connect the USB keyboard and power the pico with VBUS 5V.
the issue is how can I read the input in Pi Pico using i2cLCD.
CANDIDATE · PULL REQUEST
usb/usb-device-keyboard : Add key release.
Micropython 1.23 preview version is used with Raspberry pi pico w board.
Trying to send keys using usb-keyboard library. It was clicking the key, but not releasing it, similar to #873 . Resulting in continuous sending key.
Hence added release_all() function, which releases all keys. And it worked with Rpi pico w.