]>
Commit | Line | Data |
---|---|---|
6a5fa4e0 MG |
1 | #define gray25_width 16 |
2 | #define gray25_height 16 | |
3 | static unsigned char gray25_bits[] = { | |
4 | 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, | |
5 | 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, | |
6 | 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88}; |