9 lines
438 B
Plaintext
9 lines
438 B
Plaintext
#define cb_width 24
|
|
#define cb_height 24
|
|
static char cb_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x70,0xf4,0x01,0x90,0x8b,0x00,
|
|
0x70,0x47,0x00,0x70,0x2d,0x00,0xe0,0x1a,0x00,0xc0,0x3d,0x00,0xa0,0x2f,0x00,
|
|
0x50,0x77,0x00,0x30,0x5f,0x00,0x10,0xbd,0x00,0x90,0x70,0x01,0x50,0xe0,0x02,
|
|
0x30,0xc0,0x03,0x18,0xc0,0x05,0x00,0xa0,0x07,0x00,0x00,0x0b,0x00,0x00,0x0a,
|
|
0x00,0x00,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|