summaryrefslogtreecommitdiff
path: root/GFX16/space
blob: 7263dcb30accb117a4ff9fe70c033885150a072d (plain)
1
2
3
4
5
6
#define space_width 16
#define space_height 16
static char space_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};