mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update waveshare3in7.py
fix return outside of function error Signed-off-by: keganpowers34 <42286354+keganpowers34@users.noreply.github.com>
This commit is contained in:
@ -28,7 +28,7 @@ class Waveshare3in7(DisplayImpl):
|
|||||||
'font': fonts.status_font(fonts.Medium),
|
'font': fonts.status_font(fonts.Medium),
|
||||||
'max': 21
|
'max': 21
|
||||||
}
|
}
|
||||||
return self._layout
|
return self._layout
|
||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
logging.info("initializing waveshare 3.7 inch lcd display")
|
logging.info("initializing waveshare 3.7 inch lcd display")
|
||||||
|
Reference in New Issue
Block a user