PaulStoffregen / DmxSimple

99 stars 21 forks source link

On Teensy 3 only 128 channels are supported by default #1

Open natcl opened 9 years ago

natcl commented 9 years ago

As discussed here: https://forum.pjrc.com/threads/28194-Urgent-problem-with-DmxSimple-library

On the Teensy 3 (and probably 3.1) Only 128 channels are enabled by default regardless of the DmxSimple.maxChannel(channel) call.

Modifying this line to 512 solves the issue: https://github.com/PaulStoffregen/DmxSimple/blob/master/DmxSimple.h#L13

dimitre commented 7 years ago

Hello @PaulStoffregen I've struggled today with different machines to discover the library doesn't send more than 128 dmx channels even with plenty ram available (teensy 3.2) I'll make the manual alteration but it is something that worths revision. Thanks for all the beautiful hardware Teensy fan here