From 79a1ed1863fa179919a18c80266f62805b7f3960 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Thu, 20 Oct 2022 13:28:38 +0200 Subject: [PATCH] change font size --- examples/solarmonitor-black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/solarmonitor-black.py b/examples/solarmonitor-black.py index 461a56a..d4a36f2 100644 --- a/examples/solarmonitor-black.py +++ b/examples/solarmonitor-black.py @@ -103,7 +103,7 @@ client.subscribe(topic_houseBatteryLoadUnload) try: while True: logging.debug("Drawing") - font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 14) + font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 15) HBlackimage = Image.new('1', (epd.height, epd.width), 255) # 298*126 #HRedimage = Image.new('1', (epd.height, epd.width), 255) # 298*126 ryimage: red or yellow image