Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 605 Bytes

hyperion-usbasp

AVR program to turn an USBASP programmer into a WS2801/WS2812 led controller for use with Hyperion. A reprogrammed USBASP is capabale of driving up to 256 leds.

WS2801

Use the following device configuration in Hyperion:

"device" :
{
  "name"       : "MyDevice",
  "type"       : "hyperion-usbasp-ws2801",
  "colorOrder" : "rgb"
},

WS2812

Use the following device configuration in Hyperion:

"device" :
{
  "name"       : "MyDevice",
  "type"       : "hyperion-usbasp-ws2812",
  "colorOrder" : "rgb"
},