5 lines
220 B
C
5 lines
220 B
C
#define exclamation2_width 9
|
|
#define exclamation2_height 9
|
|
static unsigned char exclamation2_bits[] = {
|
|
0x10, 0x00, 0x28, 0x00, 0x28, 0x00, 0x54, 0x00, 0x54, 0x00, 0x82, 0x00,
|
|
0x92, 0x00, 0x01, 0x01, 0xff, 0x01 };
|