Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lcd_i2c/lcd_i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ def create_char(self, location: int, charmap: List[int]) -> None:
self._command(value=charmap[x], mode=Const.RS)
sleep_us(40)

self.set_cursor(*self.cursor_position)

def print(self, text: str) -> None:
"""
Print text on LCD
Expand Down