Minor updates

vp_develop
Vincent Presciutti 4 years ago
parent 4591f47b23
commit 421c4acf32

@ -1,4 +1,4 @@
# Library containing the class to create a new LED light display.
# Library containing the class interface to create a new LED light display.
import board
import neopixel
@ -38,6 +38,7 @@ class LightDisplay:
pixel_framebuf = PixelFramebuffer(neo_pixel, pixel_width, pixel_height, reverse_x=True,alternating=True)
print ('Press Ctrl-C to quit.')
if not args.clear:
print('Use "-c" argument to clear LEDs on exit')

Loading…
Cancel
Save