twoapple-reboot/src/data/charset_mouse

92 lines
4.7 KiB
Plaintext

[
// derived from http://en.wikipedia.org/wiki/Image:Mousetext-original.png
// closed apple open apple pointer hourglass
0b0000100, 0b0000100, 0b0000000, 0b1111111,
0b0001000, 0b0001000, 0b0000000, 0b0100010,
0b0110110, 0b0110110, 0b0100000, 0b0010100,
0b1111111, 0b1000001, 0b0110000, 0b0001000,
0b1111110, 0b1000010, 0b0111000, 0b0001000,
0b1111110, 0b1000010, 0b0111100, 0b0010100,
0b0111111, 0b0101001, 0b0110110, 0b0101010,
0b0110110, 0b0110110, 0b0100001, 0b1111111,
// check inv. check left man right man
0b0000000, 0b1111111, 0b0000111, 0b0000000,
0b0000001, 0b1111110, 0b0000011, 0b0001100,
0b0000010, 0b1111101, 0b0111111, 0b1110000,
0b1000100, 0b0011011, 0b1000110, 0b0000000,
0b0101000, 0b1010111, 0b1001111, 0b1110000,
0b0010000, 0b1101111, 0b0000110, 0b0011000,
0b0010000, 0b1101111, 0b1111110, 0b0001000,
0b0000000, 0b1111111, 0b0100000, 0b0000111,
// left arrow ellipsis down arrow up arrow
0b0001000, 0b0000000, 0b0001000, 0b0001000,
0b0010000, 0b0000000, 0b0001000, 0b0011100,
0b0100000, 0b0000000, 0b0001000, 0b0101010,
0b1111111, 0b0000000, 0b0001000, 0b1001001,
0b0100000, 0b0000000, 0b1001001, 0b0001000,
0b0010000, 0b0000000, 0b0101010, 0b0001000,
0b0001000, 0b0000000, 0b0011100, 0b0001000,
0b0000000, 0b0101010, 0b0001000, 0b0001000,
// top line enter block left arr. 2
0b1111111, 0b0000001, 0b1111110, 0b1100100,
0b0000000, 0b0000001, 0b1111110, 0b0001100,
0b0000000, 0b0000001, 0b1111110, 0b0011100,
0b0000000, 0b0010001, 0b1111110, 0b0111111,
0b0000000, 0b0110001, 0b1111110, 0b0011100,
0b0000000, 0b1111111, 0b1111110, 0b0001100,
0b0000000, 0b0110000, 0b1111110, 0b0000100,
0b0000000, 0b0010000, 0b1111110, 0b1111011,
// right arr. 2 down arr. 2 up arr. 2 mid line
0b0010011, 0b0000001, 0b0000001, 0b0000000,
0b0011000, 0b0001001, 0b0001001, 0b0000000,
0b0011100, 0b0001000, 0b0011100, 0b0000000,
0b1111110, 0b1111111, 0b0111110, 0b1111111,
0b0011100, 0b0111110, 0b1111111, 0b0000000,
0b0011000, 0b0011100, 0b0001000, 0b0000000,
0b0010000, 0b0001001, 0b0001001, 0b0000000,
0b1101111, 0b0000001, 0b0000001, 0b0000000,
// left/bot line right arrow checker 1 checker 2
0b1000000, 0b0001000, 0b0101010, 0b1010101,
0b1000000, 0b0000100, 0b1010101, 0b0101010,
0b1000000, 0b0000010, 0b0101010, 0b1010101,
0b1000000, 0b1111111, 0b1010101, 0b0101010,
0b1000000, 0b0000010, 0b0101010, 0b1010101,
0b1000000, 0b0000100, 0b1010101, 0b0101010,
0b1000000, 0b0001000, 0b0101010, 0b1010101,
0b1111111, 0b0000000, 0b1010101, 0b0101010,
// left folder right folder right line diamond
0b0000000, 0b0000000, 0b0000001, 0b0001000,
0b0111110, 0b0000000, 0b0000001, 0b0011100,
0b1000001, 0b1111110, 0b0000001, 0b0111110,
0b1000000, 0b0000001, 0b0000001, 0b1111111,
0b1000000, 0b0000001, 0b0000001, 0b0111110,
0b1000000, 0b0000001, 0b0000001, 0b0011100,
0b1111111, 0b1111111, 0b0000001, 0b0001000,
0b0000000, 0b0000000, 0b0000001, 0b0000000,
// top/bot line four corners close left line
0b1111111, 0b0010100, 0b1111111, 0b1000000,
0b0000000, 0b0010100, 0b0000001, 0b1000000,
0b0000000, 0b1110111, 0b0000001, 0b1000000,
0b0000000, 0b0000000, 0b0011001, 0b1000000,
0b0000000, 0b1110111, 0b0011001, 0b1000000,
0b0000000, 0b0010100, 0b0000001, 0b1000000,
0b0000000, 0b0010100, 0b0000001, 0b1000000,
0b1111111, 0b0000000, 0b1111111, 0b1000000
];