Created
February 26, 2015 15:14
-
-
Save bananu7/99d2c4fa28f444de84a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static const char * const floppy_xpm[] = { | |
"32 32 4 1", | |
". c #FFFFFF", | |
"+ c #4750C8", | |
"@ c #FF0000", | |
"# c #FF00FF", | |
"................................", | |
".++++.@@@@@@@@@@@@@@@@@@@@.++++.", | |
".+..+.@@@@@@@@@@@@@@@@@@@@.++++.", | |
".+..+......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++......................++++.", | |
".++++++++++++++++++++++++++++++.", | |
".++++++++++++++++++++++++++++++.", | |
".++++++++++++++++++++++++++++++.", | |
".++++++++++++++++++++++++++++++.", | |
".++++++++++++++++++++++++++++++.", | |
".+++++....................+++++.", | |
".+++++................+++.+++++.", | |
".+++++...++++.........+++.+++++.", | |
".+++++...++++.........+++.+++++.", | |
".+++++...++++.........+++.+++++.", | |
".+++++...++++.........+++.+++++.", | |
".+++++...++++.........+++.+++++.", | |
".+++++...++++.........+++.+++++.", | |
"#.++++...++++.........+++.+++++.", | |
"##.+++................+++.+++++.", | |
"###............................."}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment