Yona-Appletree / LEDscape

Beagle Bone Black cape and firmware for driving a large number of WS281x LED strips.
126 stars 58 forks source link

Allow more pixels #6

Closed colinfrei closed 10 years ago

colinfrei commented 10 years ago

We're trying to power strips with 512 LEDs each, and the uint8_t type is limiting the number of pixels to 256. Changing it to a uint16_t fixes that.