Skip to content

Commit

Permalink
removed print calls
Browse files Browse the repository at this point in the history
  • Loading branch information
simonldwg committed Jul 31, 2024
1 parent c545d3a commit 8bac28c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adafruit_rgb_display/ssd1331.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,5 @@ def write(
with self.spi_device as spi:
if command is not None:
spi.write(bytearray([command]))
print(bytearray([command]))
if data is not None:
spi.write(data)
print(data)

0 comments on commit 8bac28c

Please sign in to comment.