UI: Add alternative Splash Screen

replace/751b1af47005b64fb42ed5372ca5b36f80649033
Federico Amedeo Izzo 2020-11-26 17:18:53 +01:00
rodzic f7b1423053
commit b4952592aa
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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;