blob: a0a7571fb59db245acb210ff9cb45e842b62f98e (
plain)
1
2
3
4
5
|
#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 };
|