diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-24 00:17:39 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-24 00:17:39 +1100 |
commit | c707668d9e84f4b27b9d306f6cf2687e83f4425d (patch) | |
tree | c5caa70db8955c9816f94633f710239f2b837dad /docs/library | |
parent | 7d08bc27e23251b74f4b41f6ecbc0a565e67dbb4 (diff) | |
download | micropython-c707668d9e84f4b27b9d306f6cf2687e83f4425d.tar.gz micropython-c707668d9e84f4b27b9d306f6cf2687e83f4425d.zip |
docs/library/lcd160cr: Fix set_brightness range, should be 0..31.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/lcd160cr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/lcd160cr.rst b/docs/library/lcd160cr.rst index c31dd6d2f5..bb5a9b9f96 100644 --- a/docs/library/lcd160cr.rst +++ b/docs/library/lcd160cr.rst @@ -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) |