diff --git a/core/embed/prj/reflash/main.c b/core/embed/prj/reflash/main.c index 25de1f673c..06da605e64 100644 --- a/core/embed/prj/reflash/main.c +++ b/core/embed/prj/reflash/main.c @@ -75,9 +75,9 @@ int main(void) { hash_processor_init(); #endif - display_orientation(0); + display_set_orientation(0); gfx_clear(); - display_backlight(255); + display_set_backlight(255); ensure(sdcard_is_present(), "sdcard_is_present");