LEDscape icon indicating copy to clipboard operation
LEDscape copied to clipboard

Beagle Bone Black cape and firmware for driving a large number of WS281x LED strips.

Results 12 LEDscape issues
Sort by recently updated
recently updated
newest added

There is currently no license specified for this codebase. Please clarify the terms by which this code may be used under.

Are you still actively looking for J, K, M, X, Y, Z, j or q ? I'm pretty sure I can find at least some if not all of these...

enhancement

Hi, I'm trying to control a [4x4 RGB LED Matrix WS2812](https://shop.mikroe.com/click/display/4x4-rgb) through beaglebone black and I'm able to run the command: `bin/identify strips.config` successfully (all LEDs light up) and change...

Would like support for 1/4 scan on the newer tiles the chinese are manufacturing these days. 1/8 is slowly going away. I dont understand enough of the PRU code to...

the run-ledscape script references a strips.config file that is not mentioned in Setup.md CONFIGFILE="$DIRNAME/strips.config"

These instructions fail to mention that there is a size setting within the /opt/LEDscape/videoplayer so any size arguments passed from the command line as instructed here will be ignored: parser.add_argument(...

The BBB Green is very simular to the black, is there a support planed of this hardware ?

Sorry for this question if it is stupid, but how can I wire the led to beaglebone? I want to setup the beaglebone with WS2812B Leds, looked at output of:...

- Calculates row length correctly for PRU when fewer than 8 outputs are in use - Calculates the output pointer correctly when 32x32 panels are in use - Reduces pin...

I'm using an older version of LEDscape (the newer version doesn't seem to work for me). Anyways, I was noticing that ledscape_wait (and therefore pru_wait) utilize 100% cpu. I figured...