summaryrefslogtreecommitdiff
path: root/GFX8/butterfly
blob: ad1c363d3bca259dc58a547c2a3f19917d8f66cf (plain)
1
2
3
4
#define butterfly_width 8
#define butterfly_height 8
static char butterfly_bits[] = {
   0x3c, 0x5a, 0x66, 0x7e, 0x7e, 0x66, 0x5a, 0x3c};