Skip to content
Snippets Groups Projects
Commit 8f3e07f1 authored by Stephan Brauer's avatar Stephan Brauer Committed by Damien George
Browse files

drivers/display/lcd160cr: Use correct variable in set_power().

parent 7d02cc5e
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment