Skip to content

Commit

Permalink
Merge pull request #113 from ZionChris1/master
Browse files Browse the repository at this point in the history
Fix typo in sense_hat.py
  • Loading branch information
G3zz authored Jun 17, 2022
2 parents 5243e73 + aace39a commit 91e9c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sense_hat/sense_hat.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def flip_v(self, redraw=True):
def set_pixels(self, pixel_list):
"""
Accepts a list containing 64 smaller lists of [R,G,B] pixels and
updates the LED matrix. R,G,B elements must intergers between 0
updates the LED matrix. R,G,B elements must integers between 0
and 255
"""

Expand Down

0 comments on commit 91e9c89

Please sign in to comment.