-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da99595
commit cc82560
Showing
3 changed files
with
282 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
#define _width 256 | ||
#define _height 64 | ||
static char _bits[] = { | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x7c,0x00,0x00,0xbf, | ||
0xff,0xff,0xfb,0xff,0x8f,0xff,0x1f,0x00,0x00,0xe0,0x03,0x00,0xfe,0x1f,0x00, | ||
0x00,0x00,0x00,0x00,0xc0,0xff,0xff,0xfc,0xff,0xff,0x1f,0x00,0x1f,0xfc,0x00, | ||
0x00,0xbf,0xff,0xff,0xfb,0xff,0x8f,0xff,0x7f,0x00,0x00,0xf0,0x03,0x80,0xff, | ||
0x7f,0xe0,0xff,0xff,0x00,0x00,0xe0,0xff,0xff,0xfe,0xff,0xff,0x3f,0x00,0x1f, | ||
0xfc,0x01,0x00,0xbf,0xff,0xff,0xfb,0xff,0x8f,0xff,0xff,0x03,0x00,0xf0,0x03, | ||
0xc0,0xff,0xff,0xe0,0xff,0xff,0x00,0x00,0xf0,0xff,0x7f,0xfe,0xff,0xff,0x1f, | ||
0x00,0x1f,0xfc,0x03,0x00,0xbf,0xff,0xff,0xfb,0xff,0x8f,0xff,0xff,0x07,0x00, | ||
0xf8,0x03,0xf0,0xff,0xff,0xe7,0xff,0xff,0x00,0x00,0xf8,0xff,0x3f,0xff,0xff, | ||
0xff,0x0f,0x00,0x1f,0xfc,0x03,0x00,0xbf,0xff,0xff,0xfb,0xff,0x8f,0xff,0xff, | ||
0x0f,0x00,0xfc,0x03,0xf8,0xff,0xff,0xe7,0xff,0xff,0x00,0x00,0xf8,0xff,0x9f, | ||
0xff,0xff,0xff,0x07,0x00,0x1f,0xfc,0x07,0x00,0xbf,0xff,0xff,0xfb,0xff,0x8f, | ||
0xff,0xff,0x0f,0x00,0xfe,0x03,0xfc,0x1f,0xfc,0xef,0xff,0xff,0x00,0x00,0xfc, | ||
0xff,0xdf,0xff,0xff,0xff,0x07,0x00,0x1f,0xfc,0x0f,0x00,0x3f,0xc0,0x07,0xf8, | ||
0x00,0x80,0x0f,0x80,0x1f,0x00,0xff,0x03,0xfe,0x00,0xe0,0x3f,0xf0,0x01,0x00, | ||
0x00,0xfc,0xff,0xcf,0xff,0xff,0xff,0x03,0x00,0x1f,0xfc,0x1f,0x00,0x3f,0xc0, | ||
0x07,0xf8,0x00,0x80,0x0f,0x80,0x1f,0x00,0xff,0x03,0x7f,0x00,0x80,0x3f,0xf0, | ||
0x01,0x00,0x00,0xfe,0xff,0xe7,0xff,0xff,0xff,0x01,0x00,0x1f,0xfc,0x1f,0x00, | ||
0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0x00,0x1f,0x80,0xff,0x83,0x7f,0x00,0x00, | ||
0x3f,0xf0,0x01,0x00,0x00,0xff,0xff,0xf7,0xff,0xff,0xff,0x00,0x00,0x1f,0xfc, | ||
0x3f,0x00,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0x00,0x3e,0xc0,0xff,0xc3,0x0f, | ||
0x00,0x00,0x00,0xf0,0x01,0x00,0x00,0xff,0xff,0xf3,0xff,0xff,0xff,0x00,0x00, | ||
0x1f,0x7c,0x7f,0x00,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0x00,0x3e,0xc0,0xef, | ||
0xc3,0x0f,0x00,0x00,0x00,0xf0,0x01,0x00,0x00,0x00,0x00,0xf8,0x03,0x00,0x00, | ||
0x00,0x00,0x1f,0x7c,0xfe,0x00,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0x00,0x3e, | ||
0xe0,0xe7,0xc3,0x07,0x00,0x00,0x00,0xf0,0x01,0x00,0x00,0x00,0x00,0xfc,0x01, | ||
0x00,0x00,0x00,0x00,0x1f,0x7c,0xfc,0x00,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f, | ||
0x00,0x3e,0xf0,0xe3,0xe3,0x07,0x00,0x00,0x00,0xf0,0x01,0x00,0xc0,0xff,0xff, | ||
0xfc,0xf9,0xff,0x1f,0x00,0x00,0x1f,0x7c,0xfc,0x01,0x3f,0xc0,0x07,0xf8,0x00, | ||
0x80,0x0f,0x00,0x3e,0xf8,0xe3,0xe3,0x07,0x00,0x00,0x00,0xf0,0x01,0x00,0xe0, | ||
0xff,0x7f,0xfe,0xfc,0xff,0x1f,0x00,0x00,0x1f,0x7c,0xf8,0x01,0x3f,0xc0,0x07, | ||
0xf8,0x00,0x80,0x0f,0x00,0x1f,0xfc,0xe1,0xe3,0x03,0x00,0x00,0x00,0xf0,0x01, | ||
0x00,0xf0,0xff,0x3f,0x7f,0xfe,0xff,0x0f,0x00,0x00,0x1f,0x7c,0xf0,0x03,0x3f, | ||
0xc0,0x07,0xf8,0xff,0x8f,0x0f,0x80,0x1f,0xfc,0xe0,0xe3,0x03,0x00,0x00,0x00, | ||
0xf0,0x01,0x00,0xf8,0xff,0xbf,0x3f,0xff,0xff,0x07,0x00,0x00,0x1f,0x7c,0xf0, | ||
0x07,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0x0f,0x80,0x1f,0x7e,0xe0,0xe3,0x03,0x00, | ||
0x00,0x00,0xf0,0x01,0x00,0xfc,0xff,0x9f,0x9f,0xff,0xff,0x03,0x00,0x00,0x1f, | ||
0x7c,0xe0,0x07,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0x0f,0xf8,0x0f,0x7f,0xe0,0xe3, | ||
0x03,0x00,0x00,0x00,0xf0,0x01,0x00,0xfc,0xff,0xdf,0xdf,0xff,0xff,0x03,0x00, | ||
0x00,0x1f,0x7c,0xe0,0x0f,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0xff,0xff,0x07,0x3f, | ||
0xe0,0xe3,0x03,0x00,0x00,0x00,0xf0,0x01,0x00,0xfe,0xff,0xcf,0xcf,0xff,0xff, | ||
0x01,0x00,0x00,0x1f,0x7c,0xc0,0x1f,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0xff,0xff, | ||
0x87,0x1f,0xe0,0xe3,0x03,0x00,0x00,0x00,0xf0,0x01,0x00,0xff,0xff,0xe7,0xef, | ||
0xff,0xff,0x00,0x00,0x00,0x1f,0x7c,0x80,0x3f,0x3f,0xc0,0x07,0xf8,0x00,0x80, | ||
0xef,0xff,0x81,0xff,0xff,0xe3,0x03,0x00,0x00,0x00,0xf0,0x01,0x00,0xff,0xff, | ||
0xf3,0xe7,0xff,0xff,0x00,0x00,0x00,0x1f,0x7c,0x00,0x3f,0x3f,0xc0,0x07,0xf8, | ||
0x00,0x80,0xcf,0x7f,0xc0,0xff,0xff,0xe3,0x03,0x00,0x00,0x00,0xf0,0x01,0x80, | ||
0xff,0xff,0xfb,0xf3,0xff,0x7f,0x00,0x00,0x00,0x1f,0x7c,0x00,0x7f,0x3f,0xc0, | ||
0x07,0xf8,0x00,0x80,0xcf,0x1f,0xc0,0xff,0xff,0xe3,0x07,0x00,0x00,0x00,0xf0, | ||
0x01,0x80,0xff,0xff,0xf9,0x01,0x00,0x00,0x00,0x00,0x00,0x1f,0x7c,0x00,0xfe, | ||
0x3f,0xc0,0x07,0xf8,0x00,0x80,0x8f,0x3f,0xe0,0xff,0xff,0xc3,0x0f,0x00,0x00, | ||
0x00,0xf0,0x01,0xc0,0xff,0xff,0xfc,0x03,0x00,0x00,0x00,0x00,0x00,0x1f,0x7c, | ||
0x00,0xfc,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0x3f,0xf0,0xff,0xff,0xc3,0x0f, | ||
0x00,0x00,0x00,0xf0,0x01,0xe0,0xff,0x7f,0xfe,0xff,0xff,0x1f,0x00,0x00,0x00, | ||
0x1f,0x7c,0x00,0xf8,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0x7e,0xf8,0x01,0xe0, | ||
0xc3,0x1f,0x00,0x00,0x00,0xf0,0x01,0xf0,0xff,0x7f,0xff,0xff,0xff,0x1f,0x00, | ||
0x00,0x00,0x1f,0x7c,0x00,0xf8,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f,0xfe,0xfc, | ||
0x00,0xe0,0x83,0x1f,0x00,0x00,0x3f,0xf0,0x01,0xf0,0xff,0x3f,0xff,0xff,0xff, | ||
0x0f,0x00,0x00,0x00,0x1f,0x7c,0x00,0xf0,0x3f,0xc0,0x07,0xf8,0x00,0x80,0x0f, | ||
0xfc,0xfc,0x00,0xe0,0x83,0x7f,0x00,0x00,0x3f,0xf0,0x01,0xf8,0xff,0x9f,0xff, | ||
0xff,0xff,0x07,0x00,0x00,0x00,0x1f,0x7c,0x00,0xe0,0x3f,0xc0,0x07,0xf8,0x00, | ||
0x80,0x0f,0xf8,0x7f,0x00,0xe0,0x03,0xfe,0x00,0xe0,0x1f,0xf0,0x01,0xfc,0xff, | ||
0xdf,0xff,0xff,0xff,0x03,0x00,0x00,0x00,0x1f,0x7c,0x00,0xe0,0x3f,0xc0,0x07, | ||
0xf8,0x00,0x80,0x0f,0xf0,0x3f,0x00,0xe0,0x03,0xfe,0x03,0xf0,0x1f,0xf0,0x01, | ||
0xfe,0xff,0xcf,0xff,0xff,0xff,0x03,0x00,0x00,0x00,0x1f,0x7c,0x00,0xc0,0x3f, | ||
0xc0,0x07,0xf8,0xff,0x8f,0x0f,0xf0,0x3f,0x00,0xe0,0x03,0xfc,0x1f,0xfe,0x0f, | ||
0xf0,0x01,0xfe,0xff,0xe7,0xff,0xff,0xff,0x01,0x00,0x00,0x00,0x1f,0x7c,0x00, | ||
0x80,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0x0f,0xe0,0x1f,0x00,0xe0,0x03,0xf0,0xff, | ||
0xff,0x07,0xf0,0x01,0xff,0xff,0xf3,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x1f, | ||
0x7c,0x00,0x00,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0x0f,0xc0,0x1f,0x00,0xe0,0x03, | ||
0xf0,0xff,0xff,0x01,0xf0,0x01,0xff,0xff,0xf3,0xff,0xff,0xff,0x00,0x00,0x00, | ||
0x00,0x1f,0x7c,0x00,0x00,0x3f,0xc0,0x07,0xf8,0xff,0x8f,0x0f,0xc0,0x1f,0x00, | ||
0xe0,0x03,0xc0,0xff,0xff,0x00,0xf0,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0xc0,0x07,0xf8,0xff,0x8f,0x0f,0xe0, | ||
0x1f,0x00,0xe0,0x03,0x00,0xfc,0x1f,0x00,0xf0,0x01,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x03,0x00,0xf0,0x01,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; |
Oops, something went wrong.