summaryrefslogtreecommitdiffstats
path: root/bitmaps/gray12.xbm
blob: a0eafa14526f536f1fbeeea371e3f9f1a2f6ef37 (plain)
1
2
3
4
5
6
#define gray12_width 16
#define gray12_height 16
static unsigned char gray12_bits[] = {
   0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22,
   0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88,
   0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88};