mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update LCD_2inch4.py
Signed-off-by: Rai <58925163+rai68@users.noreply.github.com>
This commit is contained in:
@ -4,8 +4,8 @@ import numbers
|
||||
|
||||
|
||||
class LCD_2inch4(lcdconfig.RaspberryPi):
|
||||
width = 240
|
||||
height = 320
|
||||
self.width = 240
|
||||
self.height = 320
|
||||
|
||||
def command(self, cmd):
|
||||
self.digital_write(self.DC_PIN, False)
|
||||
|
Reference in New Issue
Block a user