blob: fb4e0703b11b95d228c88cd143296f8ac2c3c5c9 [file] [log] [blame]
Martin v. Löwisb21cb5f2001-03-21 07:42:07 +00001#define capital_width 16
2#define capital_height 16
3static unsigned char capital_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x08, 0x30, 0x0c, 0x30, 0x06,
5 0x30, 0x03, 0xb0, 0x01, 0xf0, 0x00, 0xf0, 0x00, 0xf0, 0x01, 0xb0, 0x03,
6 0x30, 0x07, 0x30, 0x0e, 0x30, 0x1c, 0x00, 0x00};