mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
Fork rename
This commit is contained in:
parent
f1ca56b875
commit
7058c872f3
4 changed files with 326 additions and 994 deletions
|
@ -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 ****************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue