Skip to content

A matrix-centric Python driver for the IS31FL3733 16x12 I2C scanning matrix driver.

Notifications You must be signed in to change notification settings

combs/PythonIS31FL3733

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-IS31FL3733

A matrix-centric Python driver for the IS31FL3733 16x12 I2C scanning matrix driver.

Datasheet

Usage


matrix = IS31FL3733(address=0x5F, busnum=10, DEBUG=False)
print("powering on all pixels")
matrix.enableAllPixels()

print("powering off all pixels via PWM register")
matrix.setAllPixelsPWM([0]*192)

print("let's fade up from 0 to 10 on all pixels")
for value in range(10):
	matrix.setAllPixelsPWM([value]*192)

Example projects

Road Ahead project preview 14 panels of IS31FL3733 powering 336 segmented displays

About

A matrix-centric Python driver for the IS31FL3733 16x12 I2C scanning matrix driver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages