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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user