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

pull/1/head
Damien George 2017-02-24 17:22:57 +11:00
parent f5ee4d95a9
commit 8400d0461d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ####