8 lines
414 B
C
8 lines
414 B
C
#define jar3_width 18
|
|
#define jar3_height 18
|
|
static char jar3_bits[] = {
|
|
0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00,
|
|
0x0C, 0xC0, 0x00, 0x0C, 0xC0, 0x00, 0xC3, 0x0F, 0x03, 0xC3, 0x0F, 0x03,
|
|
0xC3, 0x0F, 0x03, 0xC3, 0x0F, 0x03, 0xF3, 0x3F, 0x03, 0xF3, 0x3F, 0x03,
|
|
0xF3, 0x3F, 0x03, 0xF3, 0x3F, 0x03, 0x03, 0x00, 0x03, 0x03, 0x00, 0x03,
|
|
0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, };
|