mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 00:35:59 -04:00
transparent splash logo & fix tab widget color glitch (#2256)
This commit is contained in:
parent
9390317a75
commit
42233e62df
10 changed files with 327 additions and 319 deletions
|
@ -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 ****************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue