From 9bea10602928bbe1aa1052ae20923be1ef78d8a1 Mon Sep 17 00:00:00 2001 From: Mikey Sklar Date: Wed, 4 Jun 2025 09:13:46 -0700 Subject: [PATCH] increase font size --- Pi_Hole_Ad_Blocker/mini_pitft_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pi_Hole_Ad_Blocker/mini_pitft_stats.py b/Pi_Hole_Ad_Blocker/mini_pitft_stats.py index 445288e0f..68e4576a9 100755 --- a/Pi_Hole_Ad_Blocker/mini_pitft_stats.py +++ b/Pi_Hole_Ad_Blocker/mini_pitft_stats.py @@ -82,7 +82,7 @@ draw = ImageDraw.Draw(image) # Load default font (or replace with a TTF if desired) FONT_PATH = "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" -font = ImageFont.truetype(FONT_PATH, 20) +font = ImageFont.truetype(FONT_PATH, 24) buttonA = digitalio.DigitalInOut(board.D23) buttonA.switch_to_input()