home *** CD-ROM | disk | FTP | other *** search
- #define grey0_width 16
- #define grey0_height 16
- static short grey0_bits[] = {
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0000, 0x0000, 0x0000};
- #define grey1_width 16
- #define grey1_height 16
- static short grey1_bits[] = {
- 0x9249, 0x4924, 0x2492, 0x9249,
- 0x4924, 0x2492, 0x9249, 0x4924,
- 0x2492, 0x9249, 0x4924, 0x2492,
- 0x9249, 0x4924, 0x2492, 0x9249};
- #define grey2_width 16
- #define grey2_height 16
- static short grey2_bits[] = {
- 0x6db6, 0xb6db, 0xdb6d, 0x6db6,
- 0xb6db, 0xdb6d, 0x6db6, 0xb6db,
- 0xdb6d, 0x6db6, 0xb6db, 0xdb6d,
- 0x6db6, 0xb6db, 0xdb6d, 0x6db6};
- #define grey3_width 16
- #define grey3_height 16
- static short grey3_bits[] = {
- 0x3333, 0x3333, 0xcccc, 0xcccc,
- 0x3333, 0x3333, 0xcccc, 0xcccc,
- 0x3333, 0x3333, 0xcccc, 0xcccc,
- 0x3333, 0x3333, 0xcccc, 0xcccc};
- #define grey4_width 16
- #define grey4_height 16
- static short grey4_bits[] = {
- 0x9249, 0x2492, 0x4924, 0x9249,
- 0x2492, 0x4924, 0x9249, 0x2492,
- 0x4924, 0x9249, 0x2492, 0x4924,
- 0x9249, 0x2492, 0x4924, 0x9249};
- #define grey5_width 16
- #define grey5_height 16
- static short grey5_bits[] = {
- 0x5555, 0xaaaa, 0x5555, 0xaaaa,
- 0x5555, 0xaaaa, 0x5555, 0xaaaa,
- 0x5555, 0xaaaa, 0x5555, 0xaaaa,
- 0x5555, 0xaaaa, 0x5555, 0xaaaa};
- #define grey6_width 16
- #define grey6_height 16
- static short grey6_bits[] = {
- 0xeeee, 0xbbbb, 0xeeee, 0xbbbb,
- 0xeeee, 0xbbbb, 0xeeee, 0xbbbb,
- 0xeeee, 0xbbbb, 0xeeee, 0xbbbb,
- 0xeeee, 0xbbbb, 0xeeee, 0xbbbb};
- #define grey7_width 16
- #define grey7_height 16
- static char grey7_bits[] = {
- 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a, 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a,
- 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a, 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a,
- 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a, 0xd6, 0x5a};
-