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 N5110 ShiftReg PinDetect
Diff: Resources.h
- Revision:
- 12:8178fad5e660
- Parent:
- 11:adb68da98262
- Child:
- 13:7ab71c7c311b
--- a/Resources.h Fri May 08 22:10:54 2015 +0000 +++ b/Resources.h Fri May 08 23:51:26 2015 +0000 @@ -5,7 +5,7 @@ /// Images: Arrays consisting of 1 (opaque) or 0 (blank). namespace Image -{ +{ const int Player[5][5] = { {1, 1, 1, 1, 1}, {1, 0, 0, 0, 1}, @@ -24,9 +24,64 @@ };*/ } - +namespace Border +{ + const int DotsColumn[48][3] = { +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1}, +{0,0,0}, +{0,1,0}, +{0,0,0}, +{1,1,1}, +{1,0,1}, +{1,1,1} +}; - + + + + +}