archie/tk4.2/bitmaps/gray25.bmp

7 lines
290 B
Plaintext
Raw Permalink Normal View History

2024-05-27 16:13:40 +02:00
#define gray25_width 16
#define gray25_height 16
2024-05-27 16:40:40 +02:00
static unsigned char gray25_bits[] = {
2024-05-27 16:13:40 +02:00
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};