Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
d80df91e
Commit
d80df91e
authored
Feb 17, 2017
by
Damien George
Browse files
docs/library/lcd160cr: Mention the valid values for set_power() method.
parent
8f3e07f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/library/lcd160cr.rst
View file @
d80df91e
...
...
@@ -103,7 +103,8 @@ Setup commands
.. method:: LCD160CR.set_power(on)
Turn the display on or off, depending on the given value.
Turn the display on or off, depending on the given value of `on`: 0 or `False`
will turn the display off, and 1 or `True` will turn it on.
.. method:: LCD160CR.set_orient(orient)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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