blob: 151c87bdb5fc4950a2e2d5cea66ac2d35f3b2df3 (
plain)
1
2
3
4
5
|
#define plus_width 9
#define plus_height 9
static unsigned char plus_bits[] = {
0x38, 0x00, 0x28, 0x00, 0x28, 0x00, 0xef, 0x01, 0x01, 0x01, 0xef, 0x01,
0x28, 0x00, 0x28, 0x00, 0x38, 0x00 };
|