From 0ba08f3d09bd848071d3a3b2ebcd4ae290fc258b Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Thu, 11 Aug 2022 16:51:20 +0200 Subject: [PATCH] Increase main info --- modules/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/weather.py b/modules/weather.py index 08e6e38..623029d 100644 --- a/modules/weather.py +++ b/modules/weather.py @@ -74,7 +74,7 @@ class WeatherJumboCurrentModule: image = Image.new('RGB', (width, height), 'white') draw = ImageDraw.Draw(image) - fnt_Big = ImageFont.truetype(config.fnt_RB_path, 26) + fnt_Big = ImageFont.truetype(config.fnt_RB_path, 33) fnt_R = ImageFont.truetype(config.fnt_R_path, 16) fnt_B = ImageFont.truetype(config.fnt_RB_path, 16)