summaryrefslogtreecommitdiff
path: root/GFX16/chasergen
blob: 1a14efad58a2c8f161083b19db672af740dd5194 (plain)
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};