8 lines
367 B
Plaintext
8 lines
367 B
Plaintext
|
#define xm_warning_width 9
|
||
|
#define xm_warning_height 22
|
||
|
static char xm_warning_bits[] = {
|
||
|
0x00, 0x00, 0x18, 0x00, 0x2c, 0x00, 0x56, 0x00, 0x2a, 0x00, 0x56, 0x00,
|
||
|
0x2a, 0x00, 0x56, 0x00, 0x2c, 0x00, 0x14, 0x00, 0x2c, 0x00, 0x14, 0x00,
|
||
|
0x2c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x14, 0x00,
|
||
|
0x2c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00};
|