mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-11 00:59:50 -04:00
modify file extension from data to bin.
This commit is contained in:
parent
8edaa1e51e
commit
ac12bf5f50
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ BMPView::BMPView(NavigationView& nav) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void BMPView::paint(Painter&) {
|
void BMPView::paint(Painter&) {
|
||||||
if(!portapack::display.drawRAW({ 0, 0 }, "splash.data"))
|
if(!portapack::display.drawRAW({ 0, 0 }, "splash.bin"))
|
||||||
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, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue