10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define light5_width 24
|
|
#define light5_height 24
|
|
static char light5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x18,0x00,0x00,0x18,0x00,0x00,0x18,0x00,0x00,0x28,0x00,
|
|
0x00,0x28,0x00,0x00,0x28,0x00,0x00,0x48,0x00,0x00,0x47,0x00,
|
|
0x00,0x71,0x00,0x00,0x09,0x00,0x00,0x0a,0x00,0x00,0x0a,0x00,
|
|
0x00,0x0a,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x00,0x00};
|