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 · ISSUE
How do I read keyboard input without waiting for the user to press Enter?
Hi,
I want to print character in i2c LCD display from keyboard through pi pico. But the issue is in input() character is not getting visible until ENTER button is pressed.
Kindly help...