diff --git a/inkycal/display/display.py b/inkycal/display/display.py index 70a7a291..a0a0122b 100644 --- a/inkycal/display/display.py +++ b/inkycal/display/display.py @@ -44,7 +44,7 @@ def __init__(self, epaper_model): except FileNotFoundError: raise Exception('SPI could not be found. Please check if SPI is enabled') - def render(self, im_black: Image, im_colour:Image or None) -> None: + def render(self, im_black: Image, im_colour:Image or None=None) -> None: """Renders an image on the selected E-Paper display. Initlializes the E-Paper display, sends image data and executes command