Add UI font
This commit is contained in:
@@ -10,5 +10,5 @@ void BootLogoScreen::onEnter() {
|
||||
|
||||
renderer->clearScreen();
|
||||
// Location for images is from top right in landscape orientation
|
||||
renderer->drawImage(CrossLarge, (pageHeight - 128) /2, (pageWidth - 128) / 2, 128, 128);
|
||||
renderer->drawImage(CrossLarge, (pageHeight - 128) / 2, (pageWidth - 128) / 2, 128, 128);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user