Skip to content

Commit

Permalink
Merge pull request #126 from simonldwg/ssd1331-remove-prints
Browse files Browse the repository at this point in the history
SSD1331: removed print calls
  • Loading branch information
makermelissa authored Jul 31, 2024
2 parents c545d3a + 8bac28c commit ec423f3
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 ec423f3

Please sign in to comment.