fix(core): fix TS3 bootloader crash when entering menu

[no changelog]
pull/3836/head
tychovrahe 2 months ago committed by TychoVrahe
parent 4f1d03fce8
commit a86f3604ca

@ -40,7 +40,7 @@ if TREZOR_MODEL in ('R', ):
FONT_DEMIBOLD='Font_PixelOperator_Regular_8'
FONT_BOLD='Font_PixelOperator_Bold_8'
FONT_MONO='Font_PixelOperator_Regular_8'
FONT_BIG=None
FONT_BIG='Font_PixelOperator_Regular_8'
FONT_NORMAL_UPPER=None
FONT_BOLD_UPPER=None
elif TREZOR_MODEL in ('T', 'DISC1', 'DISC2'):

@ -35,7 +35,7 @@ if TREZOR_MODEL in ('1', 'R'):
FONT_DEMIBOLD=None
FONT_BOLD=None
FONT_MONO='Font_PixelOperatorMono_Regular_8'
FONT_BIG=None
FONT_BIG='Font_PixelOperator_Regular_8'
FONT_NORMAL_UPPER=None
FONT_BOLD_UPPER=None
elif TREZOR_MODEL in ('T',):

@ -37,7 +37,7 @@ if TREZOR_MODEL in ('1', 'R'):
FONT_DEMIBOLD='Font_PixelOperator_Regular_8'
FONT_BOLD='Font_PixelOperator_Bold_8'
FONT_MONO='Font_PixelOperator_Regular_8'
FONT_BIG=None
FONT_BIG='Font_PixelOperator_Regular_8'
FONT_NORMAL_UPPER=None
FONT_BOLD_UPPER=None
elif TREZOR_MODEL in ('T', 'DISC2'):

Loading…
Cancel
Save