summaryrefslogtreecommitdiff
path: root/2x2
blob: 8490457a11e0b7bcc38550ee57cd9a1749352d61 (plain)
1
2
3
4
5
6
#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
   0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
   0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};