Adafruit_CircuitPython_HID icon indicating copy to clipboard operation
Adafruit_CircuitPython_HID copied to clipboard

Implement HID LampArray Support

Open AStellarScene opened this issue 1 year ago • 2 comments

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 PC peripheral devices. Implementing this new standard into the current HID library would make it much easier to experiment with this new feature. My personal assumption is that almost all CircuitPython HID projects implement some form of RGB LEDs. For example, the Adafruit MacroPad implements many RGB LEDs, and this feature would be particularly useful.

Microsoft Support - Control your Dynamic Lighting devices in Windows

Microsoft Learn - Dynamic Lighting Devices

USB.org - HID Usage Tables for Universal Serial Bus (USB) Version 1.4

AStellarScene avatar Oct 04 '23 14:10 AStellarScene

This would be AWESOME! Looks like there's a C++ sample using the Adafruit MacroPad. Sadly, it's not trivial to use yet, at least due to a delayed tinyusb PR.

If this gets enabled via CircuitPython ... Wow!

henrygab avatar Mar 23 '24 06:03 henrygab

I don't think we need the tinyusb changes: this looks like standard HID. It only requires a CircuitPython library to be written.

dhalbert avatar Mar 23 '24 13:03 dhalbert