1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00

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

[no changelog]
This commit is contained in:
tychovrahe 2024-04-17 15:48:32 +02:00 committed by TychoVrahe
parent 4f1d03fce8
commit a86f3604ca
3 changed files with 3 additions and 3 deletions

View File

@ -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'):

View File

@ -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',):

View File

@ -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'):