From f0623d2d223c48c791ff844f17688fe4bba223e5 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Thu, 20 Oct 2022 13:27:40 +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 c70c2db..461a56a 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'), 13) + font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 14) 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