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 36e8ea8 commit 49caf70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/ssd1306_pillow_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from PIL import Image, ImageDraw, ImageFont
import adafruit_ssd1306


# This function allows us to grab any of our IP addresses
def get_ip_address(ifname):
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
Expand Down
1 change: 0 additions & 1 deletion examples/ssd1306_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
# font = ImageFont.truetype('/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', 9)

while True:

# Draw a black filled box to clear the image.
draw.rectangle((0, 0, width, height), outline=0, fill=0)

Expand Down

0 comments on commit 49caf70

Please sign in to comment.