Update view.py

include custom-faces-mod

Signed-off-by: NeonLightning <neonlightning@gmail.com>
This commit is contained in:
NeonLightning
2023-11-14 06:57:34 -05:00
committed by Jeroen Oudshoorn
parent 4c5ca7881c
commit b44b55c7e5

View File

@ -54,7 +54,7 @@ class View(object):
'line1': Line(self._layout['line1'], color=BLACK),
'line2': Line(self._layout['line2'], color=BLACK),
'face': Text(value=faces.SLEEP, position=self._layout['face'], color=BLACK, font=fonts.Huge),
'face': Text(value=faces.SLEEP, position=(config['ui']['faces']['position_x'], config['ui']['faces']['position_y']), color=BLACK, font=fonts.Huge, png=config['ui']['faces']['png']),
'friend_face': Text(value=None, position=self._layout['friend_face'], font=fonts.Bold, color=BLACK),
'friend_name': Text(value=None, position=self._layout['friend_name'], font=fonts.BoldSmall, color=BLACK),