Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrake3 committed Dec 31, 2018
1 parent d348778 commit e8b3553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ def update(self, data):
# import bibliopixel.colors as colors
# from bibliopixel.animation import *

driver = DriverAdaMatrix(rows=16, chain=2)
# driver = DriverAdaMatrix(rows=16, chain=2)
# # driver.SetPWMBits(6) #decrease bit-depth for better performance
# #MUST use serpentine=False because rgbmatrix handles the data that way
led = Matrix(driver, 16, 32, serpentine=False)
# led = Matrix(driver, 16, 32, serpentine=False)

# #Must have code downloaded from GitHub for matrix_animations
# # from matrix_animations import *
Expand Down

0 comments on commit e8b3553

Please sign in to comment.