Footprint_Text.xpm 511 Bytes
Newer Older
1 2
/* XPM */
#ifndef XPMMAIN
3
extern const char *footprint_text_xpm[];
4 5

#else
6
const char * footprint_text_xpm[] = {
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
"16 16 4 1",
" 	c None",
".	c #009B9B",
"+	c #007070",
"@	c #005050",
" .............. ",
" .............. ",
" .+   ....   +. ",
" .@   ....    . ",
"      ....      ",
"      ....      ",
"      ....      ",
"      ....      ",
"      ....      ",
"      ....      ",
"      ....      ",
"      ....      ",
"      ....      ",
"     .....+     ",
"    ........    ",
"                "};
#endif