diff options
Diffstat (limited to 'grid8')
-rw-r--r-- | grid8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#define grid8_width 8 +#define grid8_height 8 +static char grid8_bits[] = { + 0x55, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00}; |