summaryrefslogtreecommitdiff
path: root/1x1
blob: 6d013d4afb73d436bf78ce8fd7d74a692e6f8cf5 (plain)
1
2
3
4
5
6
#define 1x1_width 16
#define 1x1_height 16
static char 1x1_bits[] = {
   0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
   0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
   0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55};