Digigurdy-baz
Loading...
Searching...
No Matches
startup_screens.h
Go to the documentation of this file.
1#ifndef STARTUP_SCREENS_H
2#define STARTUP_SCREENS_H
3
4#include "display.h"
5#include "config.h"
6#include "bitmaps.h"
7
9void about_screen();
10
11#endif
void about_screen()
Draws the about screen.
Definition: startup_screens.cpp:7
void startup_screen_sequence()
Draws the startup animation sequence.
Definition: startup_screens.cpp:42