mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-31 19:08:28 +00:00
fixup! feat(core): integrate new drawing library
This commit is contained in:
parent
23e96b8cab
commit
4a253129b4
@ -203,6 +203,7 @@ static void _librust_qstrs(void) {
|
||||
MP_QSTR_fingerprint;
|
||||
MP_QSTR_firmware_update__title;
|
||||
MP_QSTR_firmware_update__title_fingerprint;
|
||||
MP_QSTR_flow_get_address;
|
||||
MP_QSTR_get_language;
|
||||
MP_QSTR_hold;
|
||||
MP_QSTR_hold_danger;
|
||||
@ -527,6 +528,7 @@ static void _librust_qstrs(void) {
|
||||
MP_QSTR_show_share_words;
|
||||
MP_QSTR_show_simple;
|
||||
MP_QSTR_show_success;
|
||||
MP_QSTR_show_tx_context_menu;
|
||||
MP_QSTR_show_wait_text;
|
||||
MP_QSTR_show_warning;
|
||||
MP_QSTR_sign;
|
||||
|
@ -100,7 +100,7 @@ impl ModelTTFeatures {
|
||||
icon: Option<(Icon, Color)>,
|
||||
) {
|
||||
if initialize {
|
||||
ModelTTFeatures::fadeout();
|
||||
Self::fadeout();
|
||||
}
|
||||
display::sync();
|
||||
|
||||
@ -142,7 +142,7 @@ impl ModelTTFeatures {
|
||||
|
||||
display::refresh();
|
||||
if initialize {
|
||||
ModelTTFeatures::fadein();
|
||||
Self::fadein();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user