mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
drivers/display/lcd160cr: Fix bug with save_to_flash method.
This commit is contained in:
@@ -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 ####
|
||||
|
||||
|
||||
Reference in New Issue
Block a user