drivers/display/lcd160cr: Use correct variable in set_power().
This commit is contained in:
parent
7d02cc5ec4
commit
8f3e07f17d
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user