From c707668d9e84f4b27b9d306f6cf2687e83f4425d Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Tue, 24 Jan 2017 00:17:39 +1100
Subject: [PATCH] docs/library/lcd160cr: Fix set_brightness range, should be
 0..31.

---
 docs/library/lcd160cr.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/library/lcd160cr.rst b/docs/library/lcd160cr.rst
index c31dd6d2f..bb5a9b9f9 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)
 
-- 
GitLab