10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define light6_width 24
|
|
#define light6_height 24
|
|
static char light6_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x08,0x00,0x00,0x04,0x00,0x00,0x02,0x00,0x00,0x03,
|
|
0x00,0x80,0x01,0x00,0x42,0x01,0x00,0xa6,0x00,0x00,0x99,0x00,
|
|
0x00,0x41,0x00,0x80,0x4c,0x00,0x80,0x32,0x00,0x40,0x21,0x00,
|
|
0xc0,0x00,0x00,0x60,0x00,0x00,0x20,0x00,0x00,0x10,0x00,0x00,
|
|
0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|