rizal72 / luma.snake_neopixel

A custom extension of luma.led.matrix that allows to control neopixel led matrix arranged in a snake/serpentine layout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luma.snake_neopixel

A custom extension of luma.led.matrix that allows to control a neopixel led matrix arranged in a snake/serpentine layout. The relevant file that does all the trick is getCustomMatrix.py, inside lib folder.

NEOPIXEL LED MATRIX STRIP with reversed order rows (default is 16x16):

 ________________ 
|______________
 ______________|
|______________
 ______________|
|______________
 ______________|
|______________
 ______________|
|______________
 ______________|
|______________
 ______________|
|______________
 ______________|
|________________ 

About

A custom extension of luma.led.matrix that allows to control neopixel led matrix arranged in a snake/serpentine layout.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%