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