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.
Diff: Engine/Engine.cpp
- Revision:
- 8:9d01fd4a63ad
- Parent:
- 7:c1e0593bfc99
- Child:
- 11:b25874e7efe4
--- a/Engine/Engine.cpp Mon Apr 30 18:14:24 2018 +0000 +++ b/Engine/Engine.cpp Sun May 06 20:17:50 2018 +0000 @@ -25,6 +25,7 @@ void Engine::draw(N5110 &lcd) { lcd.drawRect(0,0,48,48,FILL_TRANSPARENT); + for (int j = 0; j < 22; j++) { for (int i = 0; i < 22; i++) { if (_grid[i][j] != 0) {