mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 09:11:49 +00:00
Fork rename
This commit is contained in:
@@ -513,7 +513,6 @@ void BMPView::focus() {
|
||||
|
||||
BMPView::BMPView(NavigationView& nav) {
|
||||
add_children({
|
||||
&text_info,
|
||||
&button_done
|
||||
});
|
||||
|
||||
@@ -523,7 +522,7 @@ BMPView::BMPView(NavigationView& nav) {
|
||||
}
|
||||
|
||||
void BMPView::paint(Painter&) {
|
||||
portapack::display.drawBMP({(240 - 185) / 2, 0}, splash_bmp, false);
|
||||
portapack::display.drawBMP({(240 - 230) / 2, (320 - 50) / 2 - 10}, splash_bmp, false);
|
||||
}
|
||||
|
||||
/* NotImplementedView ****************************************************/
|
||||
|
Reference in New Issue
Block a user