Skip to content

Commit 79a1240

Browse files
committed
Run pre-commit
1 parent 5f7e59a commit 79a1240

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/dotstar_image_paint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646

4747
print("Displaying...")
4848
while True: # Loop forever
49-
5049
for x in range(WIDTH): # For each column of image...
5150
for y in range(HEIGHT): # For each pixel in column...
5251
value = PIXELS[x, y] # Read pixel in image

examples/dotstar_image_pov.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767

6868
print("Displaying...")
6969
while True: # Loop forever
70-
7170
for x in range(WIDTH): # For each column of image...
7271
DOTS[0 : DOTS.n] = COLUMN[x] # Copy column to DotStar buffer
7372
DOTS.show() # Send data to strip

0 commit comments

Comments
 (0)