Increase main info

This commit is contained in:
nemunaire 2022-08-11 16:51:20 +02:00
parent 78eea3de22
commit 0ba08f3d09

View File

@ -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)