waveshare35lcd.py: small bug fix to show face immediately

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 20:57:19 +02:00
parent edb4eb0676
commit 422052b97c
3 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ class View(object):
self._width = self._layout['width']
self._height = self._layout['height']
self._state = State(state={
'channel': LabeledValue(color=BLACK, label='CH', value='00', position=self._layout['channel'],
'channel': LabeledValue(color=BLACK, label='CH', value='000', position=self._layout['channel'],
label_font=fonts.Bold,
text_font=fonts.Medium),
'aps': LabeledValue(color=BLACK, label='APS', value='0 (00)', position=self._layout['aps'],