meduzapat / LEDSpicer

LEDSpicer a LED Animator and Controller for Linux
GNU General Public License v3.0
32 stars 13 forks source link

Increase the number of pins from 255 to the next byte. #70

Closed meduzapat closed 1 month ago

meduzapat commented 1 month ago

Right now the number of pins is handle in 1 byte, increase it to use 2 bytes.

meduzapat commented 1 month ago

code done