Skip to content

Commit aa83302

Browse files
authored
Update Display_LVGL_Font.py
1 parent d65ebe2 commit aa83302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fruit_Jam/CircuitPython_DVI_Video/Display_LVGL_Font.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ def create_char_label(font, chr, x, y):
149149

150150
# Progress indicator for debugging
151151
if char_code % 32 == 0:
152-
print(f"Processed up to character {char_code}, memory: {gc.mem_free()}") /
153-
# pylint: disable=f-string-without-interpolation
152+
# pylint: disable=f-string-without-interpolation
153+
print(f"Processed up to character {char_code}, memory: {gc.mem_free()}")
154154

155155
print(f"\nCompleted character display:")
156156
print(f"Found {displayed_count - skipped_count} characters with glyphs")

0 commit comments

Comments
 (0)