1
2
3
4
5
6
|
#define chasergen_width 16
#define chasergen_height 16
static char chasergen_bits[] = {
0x00, 0x00, 0xfe, 0x7f, 0xc6, 0x7f, 0xaa, 0x7f, 0x92, 0x7f, 0x82, 0x7d,
0x92, 0x78, 0xfe, 0x7d, 0xbe, 0x6d, 0x1e, 0x40, 0xbe, 0x6d, 0xfe, 0x7d,
0xfe, 0x78, 0xfe, 0x7d, 0xfe, 0x7f, 0x00, 0x00};
|