blob: 70213c52a76f7b5387a1f7dfd9f631f01e3d4dc8 (
plain)
1
2
3
4
5
|
#define exclamation_width 9
#define exclamation_height 9
static unsigned char exclamation_bits[] = {
0xff, 0x01, 0x01, 0x01, 0x11, 0x01, 0x11, 0x01, 0x11, 0x01, 0x01, 0x01,
0x11, 0x01, 0x01, 0x01, 0xff, 0x01 };
|