docs/library/lcd160cr: Fix set_brightness range, should be 0..31.

pull/2081/merge
Damien George 2017-01-24 00:17:39 +11:00
rodzic 7d08bc27e2
commit c707668d9e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -109,7 +109,7 @@ Setup commands
.. method:: LCD160CR.set_brightness(value)
Set the brightness of the display, between 0 and 255.
Set the brightness of the display, between 0 and 31.
.. method:: LCD160CR.set_i2c_addr(addr)