Skip to content

Commit 0cfeb31

Browse files
Add reorder notes.
1 parent bff8531 commit 0cfeb31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLUE_Light_Painter/bmp2led.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ def process(self, input_filename, output_filename, rows,
437437
#output_buffer[output_position:output_position +
438438
# dotstar_row_size] = bytearray(
439439
# got[i] for i in reorder)
440+
# Initial testing (with a nonsense reorder table)
441+
# doesn't suggest it's any faster.
440442

441443
time3 += (monotonic() - row_start_time)
442444

0 commit comments

Comments
 (0)