Skip to content
Snippets Groups Projects
Commit 8400d046 authored by Damien George's avatar Damien George
Browse files

drivers/display/lcd160cr: Fix bug with save_to_flash method.

parent f5ee4d95
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ class LCD160CR: ...@@ -235,7 +235,7 @@ class LCD160CR:
self._fcmd2('<BBB', 0x19, value) self._fcmd2('<BBB', 0x19, value)
def save_to_flash(self): def save_to_flash(self):
self._fcmd2('<BBB', 0x66, 'n') self._send(b'\x02fn')
#### PIXEL ACCESS #### #### PIXEL ACCESS ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment