iontank / ThrowingBagels

ThrowingBagels is a modernization of the LEDScape software package to drive high quantities of RGB/W LEDs.
Other
15 stars 3 forks source link

Modifying `pin_layout.txt` #5

Open nargetdev opened 1 year ago

nargetdev commented 1 year ago

I tested a small change to pin_layout.txt. I simply replaced the first two channel mappings with the following:

0,gpio2[6],P8_45,70 1,gpio2[7],P8_46,71

Interestingly I get a pulse train on P8_46, and nothing on P8_45.

Even still on P8_46 the data reads as (255,255,255), regardless of what data is sent on led-udp or multidemo

I wonder if you've messed at all with changing the layout (i.e. to match LEDscape channels)?

Cheers, Thanks for the project.