Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement HID LampArray Support #120

Open
AStellarScene opened this issue Oct 4, 2023 · 2 comments
Open

Implement HID LampArray Support #120

AStellarScene opened this issue Oct 4, 2023 · 2 comments

Comments

@AStellarScene
Copy link

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

@henrygab
Copy link

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!

@dhalbert
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants