Adafruit_CircuitPython_HID
Adafruit_CircuitPython_HID copied to clipboard
USB Human Interface Device drivers.
Issue is occurring with a RPi Pico running the most up to date circuit python, and hid library. The issue does not occur on mac machines (haven't tested linux) A...
Is there a way to controll the speed of layout.write(), so that it runs faster? or is there a way to improve the speed of circuitpython on my rasperrypi pico?...
There is a weird effect that happens in Discord shortcuts when sending a key. (Seen on mac). A simple `kbd.send(Keycode.R)` code will cause the shortcut to be recorded as "R...
Looks like the library doesn't support the full mouse HID report that computers can understand. The TinyUSB library makes available a few more buttons: MOUSE_BUTTON_BACKWARD MOUSE_BUTTON_FORWARD https://github.com/adafruit/Adafruit_TinyUSB_ArduinoCore/blob/81e146ecf41823046a3c37b7ecaa32276931bb3c/tinyusb/src/class/hid/hid.h#L259 And makes as...
The new Dynamic Lighting feature in Windows 11 was just released. It uses a new standard called HID LampArray. This open standard aims to improve the overall lighting ecosystem for...
We could use [an] example[s] that uses the `keypad` module for a keyboard, and shortcuts or macros. Mention to @kattni as promised. Possibly showing concepts like: - use `event.pressed` to...
I'm not even sure if this is a valid HID thing or if i.e. wireless touchpads do it some other way, but I'd love zooming support like pinch-to-zoom, but via...
*** Newbie alert *** Would this library allow me to connect a keyboard and LCD to my Pico to create a word processor? The whole thing would be battery powered....
I am using https://learn.adafruit.com/gamepad-qt with https://learn.adafruit.com/esp32-s3-reverse-tft-feather. My goal is to let the gamepad be recognized as gamecontroller input on my Mac to play a game with it. I have looked...
Hello, I have some code that works as expected on Windows but does not send the keystrokes that I supply on Linux. Here's my code.py: ```py import time import board...