From eabf8ece2d217672be2816a3cadb1285e8f370af Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 27 Aug 2018 15:28:32 +0200 Subject: [PATCH] Update cal2-4.py --- Calendar/cal2-4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/cal2-4.py b/Calendar/cal2-4.py index 7c53f09..6436410 100644 --- a/Calendar/cal2-4.py +++ b/Calendar/cal2-4.py @@ -27,7 +27,7 @@ path = '/home/pi/E-Paper-Master/Calendar/' wpath = path+'weather-icons/' mpath = path+'months/' dpath = path+'days/' -font = ImageFont.truetype(path+'Assistant-Bold.otf', 18) +font = ImageFont.truetype(path+'Assistant-Bold.ttf', 18) weekday = open(path+'other/weekday.bmp') eventicon = open(path+'other/event.bmp')