summaryrefslogtreecommitdiff
path: root/GFX8/earth
blob: 3be88489a6e86ed8841992326127e2fb6f69be8a (plain)
1
2
3
4
#define earth_width 8
#define earth_height 8
static char earth_bits[] = {
   0x77, 0xdd, 0xff, 0x7f, 0xeb, 0xfe, 0xdf, 0xf5};