mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 10:58:21 +00:00
fix(core): fix fading on model T bootloader
[no changelog]
This commit is contained in:
parent
1dc5c4c03f
commit
c6a1eba4b6
@ -26,7 +26,7 @@ impl UIFeaturesCommon for ModelTTFeatures {
|
|||||||
}
|
}
|
||||||
#[cfg(feature = "backlight")]
|
#[cfg(feature = "backlight")]
|
||||||
fn fadeout() {
|
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")]
|
#[cfg(feature = "backlight")]
|
||||||
fn backlight_on() {
|
fn backlight_on() {
|
||||||
|
Loading…
Reference in New Issue
Block a user