Skip to content

Instantly share code, notes, and snippets.

@bananu7
Created February 26, 2015 15:14
Show Gist options
  • Save bananu7/99d2c4fa28f444de84a8 to your computer and use it in GitHub Desktop.
Save bananu7/99d2c4fa28f444de84a8 to your computer and use it in GitHub Desktop.
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