Increase main info
This commit is contained in:
parent
78eea3de22
commit
0ba08f3d09
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue