Fixed an issue with font
Somewhere along the updates, the font-defining line went missing. This has now been fixed.
This commit is contained in:
parent
23c682821c
commit
ed31c59b12
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ if display_colours == "bw":
|
|||
epd = epd7in5.EPD()
|
||||
from calibration_bw import calibration
|
||||
|
||||
font = ImageFont.truetype(path+'Assistant-Bold.ttf', 18)
|
||||
c = Calendar(urlopen(url).read().decode('UTF-8'))
|
||||
e = Event()
|
||||
EPD_WIDTH = 640
|
||||
|
|
Loading…
Reference in a new issue