Skip to content

Commit c95295f

Browse files
committed
Pick up change that was accidentally merged into master
2 parents 09716c1 + e32ee9e commit c95295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i2c/ssd1306_i2c/img_to_array.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
buffer.append(f'{out_byte:#04x}')
7474

7575
buffer = ", ".join(buffer)
76-
buffer_hex = f'static uint8_t {img_name}[] = {{{buffer}}}\n'
76+
buffer_hex = f'static uint8_t {img_name}[] = {{{buffer}}};\n'
7777

7878
with open(f'{img_name}.h', 'wt') as file:
7979
file.write(f'#define IMG_WIDTH {img_width}\n')

0 commit comments

Comments
 (0)