Merge pull request #197 from keganpowers34/patch-1

Update waveshare3in7.py
This commit is contained in:
Jayofelony
2024-08-26 21:43:22 +02:00
committed by GitHub

View File

@ -28,7 +28,7 @@ class Waveshare3in7(DisplayImpl):
'font': fonts.status_font(fonts.Medium),
'max': 21
}
return self._layout
return self._layout
def initialize(self):
logging.info("initializing waveshare 3.7 inch lcd display")