mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
fix(core): fix TS3 bootloader crash when entering menu
[no changelog]
This commit is contained in:
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…
Reference in New Issue
Block a user