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: Models/models.cpp
- Revision:
- 11:cf2ba52e8b7e
- Parent:
- 10:f02413ae09fe
- Child:
- 12:bfe3a3deaac3
--- a/Models/models.cpp Tue Mar 12 20:41:22 2019 +0000 +++ b/Models/models.cpp Tue Mar 12 21:46:10 2019 +0000 @@ -21,9 +21,6 @@ 0,0,0,0,0,0,0,0,0,1,0,0,0,0 }; -//void starMinor(int x, int y){ -// lcd.setPixel(x,y,true); -//} const int starSmall[9] = { 0,1,0, @@ -83,3 +80,22 @@ 0,0,0,1,1,1,1,1,1,0,0 }; +const int planet1 [289] = { + 0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0, + 0,0,0,0,1,1,1,1,1,1,0,1,1,0,0,0,0, + 0,0,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0, + 0,0,1,0,0,0,0,1,0,1,1,0,0,0,1,0,0, + 0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0, + 0,1,0,0,0,1,1,1,1,1,1,0,0,1,1,1,0, + 1,0,0,1,1,1,1,1,0,0,0,0,0,1,1,0,1, + 1,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1, + 1,0,1,1,1,0,0,0,1,1,1,1,1,1,0,0,1, + 1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,1, + 1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1, + 0,1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0, + 0,1,0,0,0,1,0,0,0,0,1,1,0,0,0,1,0, + 0,0,1,0,0,0,0,0,0,0,1,1,0,0,1,0,0, + 0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0, + 0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0, + 0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0 +}; \ No newline at end of file