From aad39ffd6702b9d6b6e151d9e19ad7ba78286879 Mon Sep 17 00:00:00 2001 From: gocivici Date: Fri, 27 Oct 2023 14:43:32 +0300 Subject: [PATCH] changed font --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f939ec7..13ed6b8 100644 --- a/main.py +++ b/main.py @@ -96,7 +96,7 @@ if cam.isOpened(): imgCrop = imgCrop.resize((basewidth,hsize), Image.Resampling.LANCZOS) imgCrop = imgCrop.save("cropScared.jpg") # cv2.waitKey(2000) - printer.set(align='center',font='b',width=2,height=2) + printer.set(align='center',font='a',width=2,height=2) printer.image("cropScared.jpg",high_density_vertical=True,high_density_horizontal=False,impl="bitImageRaster") printer.text("Fear Level: \n" + str(round(fearPoint,1))+"%\n")