Commit 8400d046 authored by Damien George's avatar Damien George

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

parent f5ee4d95
......@@ -235,7 +235,7 @@ class LCD160CR:
self._fcmd2('<BBB', 0x19, value)
def save_to_flash(self):
self._fcmd2('<BBB', 0x66, 'n')
self._send(b'\x02fn')
#### PIXEL ACCESS ####
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment