Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 5f7e59a commit 79a1240
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/dotstar_image_paint.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

print("Displaying...")
while True: # Loop forever

for x in range(WIDTH): # For each column of image...
for y in range(HEIGHT): # For each pixel in column...
value = PIXELS[x, y] # Read pixel in image
Expand Down
1 change: 0 additions & 1 deletion examples/dotstar_image_pov.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

print("Displaying...")
while True: # Loop forever

for x in range(WIDTH): # For each column of image...
DOTS[0 : DOTS.n] = COLUMN[x] # Copy column to DotStar buffer
DOTS.show() # Send data to strip

0 comments on commit 79a1240

Please sign in to comment.