1
0
jcktrue.dk/content/project/lednotifier/index.md
Jens True ac61cde5d2
All checks were successful
continuous-integration/drone/push Build is passing
Added LEDNotifier to list projects
2022-01-05 09:25:53 +00:00

888 B

title summary date categories image url_code
LED Notifier Commandline app to change the color of a USB LED notifier. 2022-01-04T20:56:05+02:00
C#
preview_only
false
https://github.com/furyfire/LEDNotifier

LED Notifier

Setting the color of a simple USB LED Notifier. Implemented in C# and .NET 6.0

Device

The device itself was purchased years ago from a chinese site.

Field Value
Vendor ID 0x1294
Product ID 0x1320
Product Name EMAIL

It enumerates as a USB HID device and supports a limited set of colors.

  • Off
  • Blue
  • Red
  • Green
  • Aqua
  • Purple
  • Yellow
  • White

Implementation

I opted to use C# for a basic Windows implementation.