We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7e59a commit 79a1240Copy full SHA for 79a1240
examples/dotstar_image_paint.py
@@ -46,7 +46,6 @@
46
47
print("Displaying...")
48
while True: # Loop forever
49
-
50
for x in range(WIDTH): # For each column of image...
51
for y in range(HEIGHT): # For each pixel in column...
52
value = PIXELS[x, y] # Read pixel in image
examples/dotstar_image_pov.py
@@ -67,7 +67,6 @@
67
68
69
70
71
72
DOTS[0 : DOTS.n] = COLUMN[x] # Copy column to DotStar buffer
73
DOTS.show() # Send data to strip
0 commit comments