summaryrefslogtreecommitdiff
path: root/black
blob: 3a1ec90a3823980d824244c812d087fa704d6c03 (plain)
1
2
3
4
5
6
#define black_width 16
#define black_height 16
static char black_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};