Skip to content

Allow for White in set_pixels #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

mutesplash
Copy link
Contributor

@mutesplash mutesplash commented Mar 21, 2022

Missed this when adding White in PR #113

import time
from buildhat import Matrix
matrix_a = Matrix('A')
matrix_a.set_pixels( [[(3,10),(3,5),(3,2)], [(10,10),(10,5),(10,2)], [(7,10),(7,5),(7,2)]] )
time.sleep(5)

@chrisruk chrisruk merged commit bf87b9a into RaspberryPiFoundation:main Mar 22, 2022
@mutesplash mutesplash deleted the patch-1 branch March 22, 2022 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants