10 lines
551 B
Plaintext
10 lines
551 B
Plaintext
#define power_crystal_width 24
|
|
#define power_crystal_height 24
|
|
static char power_crystal_bits[] = {
|
|
0x02, 0x80, 0x10, 0x44, 0x40, 0x08, 0x88, 0x08, 0x00, 0x00, 0x08, 0x00,
|
|
0x00, 0x7f, 0x01, 0x86, 0x80, 0x20, 0x88, 0x80, 0x0c, 0x40, 0x08, 0x01,
|
|
0x40, 0x14, 0x01, 0x23, 0x2a, 0x1a, 0x60, 0x14, 0x03, 0x60, 0x08, 0x03,
|
|
0xa0, 0x80, 0x02, 0xac, 0x80, 0x0a, 0x22, 0x7f, 0x02, 0x20, 0x41, 0xc2,
|
|
0x20, 0x41, 0x06, 0x20, 0x41, 0x02, 0x20, 0x6b, 0x02, 0xe0, 0xc1, 0x03,
|
|
0x22, 0x41, 0x42, 0xc9, 0xc1, 0x81, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x20};
|