summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--drivers/display/lcd160cr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/display/lcd160cr.py b/drivers/display/lcd160cr.py
index 0861f8233c..a5da643487 100644
--- a/drivers/display/lcd160cr.py
+++ b/drivers/display/lcd160cr.py
@@ -203,7 +203,7 @@ class LCD160CR:
#### SETUP COMMANDS ####
def set_power(self, on):
- self.pwr(value)
+ self.pwr(on)
sleep_ms(15)
def set_orient(self, orient):