test fix for display render on 2-colour displays
This commit is contained in:
parent
c656b3a562
commit
3f5446a83f
@ -54,7 +54,7 @@ class Display:
|
||||
raise NotImplementedError("Devs were too lazy again, sorry, please try again later")
|
||||
|
||||
|
||||
def render(self, im_black: PIL.Image, im_colour: PIL.Image or None) -> None:
|
||||
def render(self, im_black: PIL.Image, im_colour: PIL.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
|
||||
|
Loading…
Reference in New Issue
Block a user