Skip to content

Commit 9e8ce11

Browse files
Default brightness
1 parent 179b83d commit 9e8ce11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLUE_Light_Painter/bmp2led.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def read_row(self, row, dest):
166166
# pylint: disable=too-many-arguments, too-many-locals
167167
# pylint: disable=too-many-branches, too-many-statements
168168
def process(self, input_filename, output_filename, rows,
169-
brightness=None, loop=False, callback=None):
169+
brightness=1.0, loop=False, callback=None):
170170
"""
171171
Process a 24-bit uncompressed BMP file into a series of
172172
DotStar-ready rows of bytes (including header and footer) written

0 commit comments

Comments
 (0)