10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define fist1_width 24
|
|
#define fist1_height 24
|
|
static char fist1_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x0e, 0x00, 0x80, 0x11, 0x00, 0x7e, 0x20, 0x00, 0x11, 0x40, 0x00,
|
|
0x09, 0x80, 0x0f, 0x89, 0x07, 0x19, 0xce, 0x0f, 0x31, 0x89, 0x0f, 0x31,
|
|
0x91, 0x09, 0x30, 0x9e, 0x10, 0x30, 0xe1, 0x00, 0x30, 0xc1, 0x00, 0x30,
|
|
0x7e, 0x00, 0x18, 0x62, 0xc8, 0x0f, 0x1c, 0x3e, 0x00, 0xe0, 0x03, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|