1
2
3
4
5
6
|
#define first_width 16
#define first_height 16
static unsigned char first_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x60, 0x60, 0x70, 0x70, 0x78, 0x78,
0x7c, 0x7c, 0x7e, 0x7e, 0x7e, 0x7e, 0x7c, 0x7c, 0x78, 0x78, 0x70, 0x70,
0x60, 0x60, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00};
|