Files
cpython-source-deps/bitmaps/gray25.xbm
2017-09-04 14:25:47 -05:00

7 lines
290 B
C

#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};