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
@ -31,6 +31,7 @@ if display_colours == "bw":
|
|||||||
epd = epd7in5.EPD()
|
epd = epd7in5.EPD()
|
||||||
from calibration_bw import calibration
|
from calibration_bw import calibration
|
||||||
|
|
||||||
|
font = ImageFont.truetype(path+'Assistant-Bold.ttf', 18)
|
||||||
c = Calendar(urlopen(url).read().decode('UTF-8'))
|
c = Calendar(urlopen(url).read().decode('UTF-8'))
|
||||||
e = Event()
|
e = Event()
|
||||||
EPD_WIDTH = 640
|
EPD_WIDTH = 640
|
||||||
|
Loading…
Reference in New Issue
Block a user