X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/ae36c9d776dda39dcd36c8ee7b76a6b0af4070b2..0e97a82b0936a6a578e05ab4f6258cfd4ade23fc:/displayio/_epaperdisplay.py diff --git a/displayio/_epaperdisplay.py b/displayio/_epaperdisplay.py index 2751c94..29f8a54 100644 --- a/displayio/_epaperdisplay.py +++ b/displayio/_epaperdisplay.py @@ -62,10 +62,10 @@ class EPaperDisplay: color_bits_inverted: bool = False, highlight_color: int = 0x000000, refresh_display_command: int, - refresh_time: float = 40, + refresh_time: float = 40.0, busy_pin: Optional[microcontroller.Pin] = None, busy_state: bool = True, - seconds_per_frame: float = 180, + seconds_per_frame: float = 180.0, always_toggle_chip_select: bool = False, grayscale: bool = False, ):