1#define warn_width 16
2#define warn_height 16
3static unsigned char warn_bits[] =
4{
5   0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07,
6   0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01, 0x00, 0x01,
7   0x00, 0x00, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03
8};
9