summaryrefslogtreecommitdiffstats
path: root/bitmaps/gray25.bmp
blob: fdaef49c71c93e5cc2c2923a9dd8b90afe7193dc (plain)
1
2
3
4
5
6
#define gray25_width 16
#define gray25_height 16
static unsigned char gray25_bits[] = {
   0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22,
   0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22,
   0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22};