10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define rod_light3_width 24
|
|
#define rod_light3_height 24
|
|
static char rod_light3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x18,0x00,0x00,0x3e,0x00,0x80,0x2f,0x00,0xe0,0x37,
|
|
0x00,0x78,0x19,0x00,0xbe,0x06,0x80,0x97,0x01,0xe0,0x69,0x00,
|
|
0xf8,0x1c,0x00,0x2c,0x07,0x00,0x94,0x01,0x00,0x6c,0x00,0x00,
|
|
0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|