blob: 6153d97cd017854ffa4e2ded0af1fe3c40fca8af (
plain)
1
2
3
4
5
|
#define info_width 9
#define info_height 9
static unsigned char info_bits[] = {
0x38, 0x00, 0x38, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x38, 0x00, 0x38, 0x00,
0x38, 0x00, 0x38, 0x00, 0x7c, 0x00 };
|