mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 13:54:35 +00:00
transparent splash logo & fix tab widget color glitch (#2256)
This commit is contained in:
@@ -1006,7 +1006,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, false);
|
||||
portapack::display.drawBMP({(240 - 230) / 2, (320 - 50) / 2 - 10}, splash_bmp, true);
|
||||
}
|
||||
|
||||
/* NotImplementedView ****************************************************/
|
||||
|
Reference in New Issue
Block a user