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
Fork of el17dg by
Diff: main/main.h
- Revision:
- 14:e8de27c4d0d4
- Parent:
- 9:5ad5501c702e
- Child:
- 15:0145c5f0bea1
--- a/main/main.h Sun Mar 17 22:56:24 2019 +0000 +++ b/main/main.h Mon Mar 18 10:34:48 2019 +0000 @@ -14,7 +14,10 @@ extern AnalogIn x_dir; extern AnalogIn y_dir; +static const int fps = 10; + static const int screen_width = 84; -static const int screen_height = 48; +static const int screen_height = 41; // it is lower then the maximum because of the score display. + #endif \ No newline at end of file