diff --git a/firmware/application/ui_navigation.cpp b/firmware/application/ui_navigation.cpp index 0bc003538..a02ada905 100644 --- a/firmware/application/ui_navigation.cpp +++ b/firmware/application/ui_navigation.cpp @@ -986,7 +986,7 @@ BMPView::BMPView(NavigationView& nav) void BMPView::paint(Painter&) { if (!portapack::display.drawBMP2({0, 0}, splash_dot_bmp)) - portapack::display.drawBMP({(240 - 230) / 2, (320 - 50) / 2 - 10}, splash_bmp, (const uint8_t[]){0x29, 0x18, 0x16}); + portapack::display.drawBMP({0, 16}, splash_bmp, (const uint8_t[]){0x29, 0x18, 0x16}); } bool BMPView::on_touch(const TouchEvent event) { diff --git a/sdcard/SPLASH/mayhem-default.bmp b/sdcard/SPLASH/mayhem-default.bmp index 31cb4e953..84e66d8d6 100644 Binary files a/sdcard/SPLASH/mayhem-default.bmp and b/sdcard/SPLASH/mayhem-default.bmp differ diff --git a/sdcard/SPLASH/mayhem-mt.bmp b/sdcard/SPLASH/mayhem-mt.bmp index 9c95a23e6..4977e9ccf 100644 Binary files a/sdcard/SPLASH/mayhem-mt.bmp and b/sdcard/SPLASH/mayhem-mt.bmp differ