Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 7000b15 commit 8fd70d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_sharpmemorydisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def show(self) -> None:
"""

with self.spi_device as spi:

image_buffer = bytearray()
# toggle the VCOM bit
self._buf[0] = _SHARPMEM_BIT_WRITECMD
Expand Down

0 comments on commit 8fd70d4

Please sign in to comment.