5 lines
217 B
C
5 lines
217 B
C
#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 };
|