Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: SplashScreen/Splash.h
- Revision:
- 4:08a0ff6668df
- Parent:
- 3:f86c1cf90d0d
- Child:
- 8:5ede90f99a27
--- a/SplashScreen/Splash.h Mon Apr 27 21:58:35 2020 +0000 +++ b/SplashScreen/Splash.h Sat May 16 13:10:01 2020 +0000 @@ -19,12 +19,17 @@ void playIntro(N5110 &lcd,Ball &ball); + void drawLogo(int x, int y, N5110 &lcd,Ball &ball); + private: }; void draw_name(N5110 &lcd, Ball &ball); +void kick_animation(N5110 &lcd, Ball &ball); +void shot_animation(N5110 &lcd, Ball &ball); void contrast_slide(N5110 &lcd); - #endif + +#endif \ No newline at end of file