10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define light1_width 24
|
|
#define light1_height 24
|
|
static char light1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0e,0x00,
|
|
0x00,0x0a,0x00,0x00,0x0a,0x00,0x00,0x09,0x00,0x00,0x71,0x00,
|
|
0x00,0x4f,0x00,0x00,0x68,0x00,0x00,0x28,0x00,0x00,0x28,0x00,
|
|
0x00,0x38,0x00,0x00,0x18,0x00,0x00,0x18,0x00,0x00,0x18,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x00,0x00};
|