blinkstick-python icon indicating copy to clipboard operation
blinkstick-python copied to clipboard

Update Python API to control up to 256 LED

Open areid-van opened this issue 7 years ago • 0 comments

Exposes two new features in the firmware:

  1. Can send data to up to 128 LED (384 bytes) using report 10
  2. Can use the 12 bit color mode to double the number of LED that can be controlled for report types 6-10.

Using both features together you can control up to 256 LED. 12 bits still gives a pretty nice range of colors.

Sorry there are a bunch of trivial changes included to work with a different version of the USB library on my system. Those might need to be reverted.

areid-van avatar Sep 08 '17 08:09 areid-van