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

pull/2740/merge
Damien George 2017-02-17 16:57:22 +11:00
rodzic 8f3e07f17d
commit d80df91ef2
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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