xenocara/data/bitmaps/grid16

7 lines
281 B
Plaintext
Raw Normal View History

2006-11-25 09:15:45 -07:00
#define grid16_width 16
#define grid16_height 16
static char grid16_bits[] = {
0x55, 0x55, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};