transparent splash logo & fix tab widget color glitch (#2256)

This commit is contained in:
zxkmm 2024-09-23 01:40:54 +08:00 committed by GitHub
parent 9390317a75
commit 42233e62df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 327 additions and 319 deletions

View file

@ -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 ****************************************************/