1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00

fix(core): fix fading on model T bootloader

[no changelog]
This commit is contained in:
tychovrahe 2024-08-26 10:28:15 +02:00 committed by TychoVrahe
parent 1dc5c4c03f
commit c6a1eba4b6

View File

@ -26,7 +26,7 @@ impl UIFeaturesCommon for ModelTTFeatures {
}
#[cfg(feature = "backlight")]
fn fadeout() {
crate::ui::display::fade_backlight_duration(backlight::get_backlight_normal(), 150);
crate::ui::display::fade_backlight_duration(backlight::get_backlight_dim(), 150);
}
#[cfg(feature = "backlight")]
fn backlight_on() {