Skip to content

Commit 6216a8a

Browse files
authored
Update Display_LVGL_Font.py
1 parent a938188 commit 6216a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fruit_Jam/CircuitPython_DVI_Video/Display_LVGL_Font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def create_char_label(thefont, ch, x, y):
152152
msg = f"Processed up to character {char_code}, memory: {gc.mem_free()}" # pylint: disable=f-string-without-interpolation
153153
print(msg)
154154

155-
print(f"\nCompleted character display:")
155+
print("\nCompleted character display:")
156156
print(f"Found {displayed_count - skipped_count} characters with glyphs")
157157
print(f"{skipped_count} missing characters displayed as periods")
158158
print(f"Total labels created: {len(main_group)}")

0 commit comments

Comments
 (0)