summaryrefslogtreecommitdiff
path: root/GFX8/space
blob: c2efb9ddbec689061291d71d2f091708b78a04dc (plain)
1
2
3
4
#define space_width 8
#define space_height 8
static char space_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};