Skip to content

Commit 6a3a217

Browse files
committed
Revert default text anchor to None because of multiline text
1 parent f36abbd commit 6a3a217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/lcd/lcd_comm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def DisplayText(
217217
background_color: Tuple[int, int, int] = (255, 255, 255),
218218
background_image: str = None,
219219
align: str = 'left',
220-
anchor: str = 'lt',
220+
anchor: str = None,
221221
):
222222
# Convert text to bitmap using PIL and display it
223223
# Provide the background image path to display text with transparent background

0 commit comments

Comments
 (0)