Minor updates

This commit is contained in:
Vincent Presciutti
2021-01-03 18:53:18 -05:00
parent 4591f47b23
commit 421c4acf32

View File

@@ -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 board
import neopixel import neopixel
@@ -38,6 +38,7 @@ class LightDisplay:
pixel_framebuf = PixelFramebuffer(neo_pixel, pixel_width, pixel_height, reverse_x=True,alternating=True) pixel_framebuf = PixelFramebuffer(neo_pixel, pixel_width, pixel_height, reverse_x=True,alternating=True)
print ('Press Ctrl-C to quit.') print ('Press Ctrl-C to quit.')
if not args.clear: if not args.clear:
print('Use "-c" argument to clear LEDs on exit') print('Use "-c" argument to clear LEDs on exit')