Skip to content
Snippets Groups Projects
Commit d80df91e authored by Damien George's avatar Damien George
Browse files

docs/library/lcd160cr: Mention the valid values for set_power() method.

parent 8f3e07f1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment