UI: Add alternative Splash Screen

This commit is contained in:
Federico Amedeo Izzo 2020-11-26 17:18:53 +01:00
parent f7b1423053
commit b4952592aa
1 changed files with 8 additions and 0 deletions

View File

@ -283,6 +283,14 @@ void ui_drawSplashScreen()
yellow_fab413);
}
void ui_drawSplashScreen2()
{
point_t splash_origin = {0, SCREEN_HEIGHT / 2 - 6};
gfx_clearScreen();
gfx_print(splash_origin, "O P N\nR T X", FONT_SIZE_12PT, TEXT_ALIGN_CENTER,
yellow_fab413);
}
bool ui_update(state_t last_state, uint32_t keys)
{
(void) keys;