Increase main info
This commit is contained in:
parent
78eea3de22
commit
0ba08f3d09
@ -74,7 +74,7 @@ class WeatherJumboCurrentModule:
|
|||||||
image = Image.new('RGB', (width, height), 'white')
|
image = Image.new('RGB', (width, height), 'white')
|
||||||
|
|
||||||
draw = ImageDraw.Draw(image)
|
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_R = ImageFont.truetype(config.fnt_R_path, 16)
|
||||||
fnt_B = ImageFont.truetype(config.fnt_RB_path, 16)
|
fnt_B = ImageFont.truetype(config.fnt_RB_path, 16)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user