Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
8400d046
Commit
8400d046
authored
Feb 24, 2017
by
Damien George
Browse files
drivers/display/lcd160cr: Fix bug with save_to_flash method.
parent
f5ee4d95
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/display/lcd160cr.py
View file @
8400d046
...
...
@@ -235,7 +235,7 @@ class LCD160CR:
self
.
_fcmd2
(
'<BBB'
,
0x19
,
value
)
def
save_to_flash
(
self
):
self
.
_
fcmd2
(
'<BBB'
,
0x66
,
'
n'
)
self
.
_
send
(
b
'
\x02
f
n'
)
#### PIXEL ACCESS ####
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment