blob: 9816868d2d31b55d5967e6b8bbfe673006e99b96 (
plain)
1
2
3
4
5
|
#define quote_width 9
#define quote_height 9
static unsigned char quote_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x42, 0x00, 0x42, 0x00,
0xc6, 0x00, 0xc6, 0x00, 0x00, 0x00 };
|