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 el17ajf by
Diff: Graphics/Graphics.cpp
- Revision:
- 12:beb0d7632531
- Parent:
- 11:fba7d54fd36b
- Child:
- 13:59e17cab320a
--- a/Graphics/Graphics.cpp Sun Mar 17 10:55:11 2019 +0000 +++ b/Graphics/Graphics.cpp Sun Mar 17 12:14:56 2019 +0000 @@ -1,5 +1,10 @@ #include "Graphics.h" +const int Graphics::SCREEN_HEIGHT = 84; +const int Graphics::SCREEN_WIDTH = 48; +const int Graphics::BLOCK_SIZE = 4; +const int Graphics::BORDER_SIZE = 2; + N5110 * Graphics::lcd; void Graphics::init() {