diff options
Diffstat (limited to 'wasp/drivers')
| -rw-r--r-- | wasp/drivers/st7789.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wasp/drivers/st7789.py b/wasp/drivers/st7789.py index 013ee1b..be4b109 100644 --- a/wasp/drivers/st7789.py +++ b/wasp/drivers/st7789.py @@ -181,8 +181,8 @@ class ST7789_SPI(ST7789): Send data to the display as part of an optimized write sequence. - :param bytearray buf: Data, must be in a form that can be directly - consumed by the SPI bus. + :param bytes-like buf: Data, must be in a form that can be directly + consumed by the SPI bus. """ def __init__(self, width, height, spi, cs, dc, res=None, rate=8000000): """Configure the display. |
