Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ada-matrix.py → ada_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def SetPWMBits(self, bits):

# from bibliopixel import *
# import bibliopixel.colors as colors
# from ada-matrix import DriverAdaMatrix
# from ada_matrix import DriverAdaMatrix

# driver = DriverAdaMatrix(rows=32, chain=1)
# driver.SetPWMBits(6) #decrease bit-depth for better performance
Expand Down