Skip to content

Commit 9bea106

Browse files
committed
increase font size
1 parent 339e0d7 commit 9bea106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pi_Hole_Ad_Blocker/mini_pitft_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
# Load default font (or replace with a TTF if desired)
8484
FONT_PATH = "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
85-
font = ImageFont.truetype(FONT_PATH, 20)
85+
font = ImageFont.truetype(FONT_PATH, 24)
8686

8787
buttonA = digitalio.DigitalInOut(board.D23)
8888
buttonA.switch_to_input()

0 commit comments

Comments
 (0)