summaryrefslogtreecommitdiff
path: root/GFX8/butterflygen
blob: b013f411550cc74a46c42a73a2ba4edacb34aae1 (plain)
1
2
3
4
#define butterflygen_width 8
#define butterflygen_height 8
static char butterflygen_bits[] = {
   0xff, 0x81, 0xa5, 0xbd, 0xbd, 0xa5, 0x81, 0xff};