kicad/bitmaps/showtrack.xpm

31 lines
542 B
C
Raw Normal View History

2007-05-06 16:03:28 +00:00
/* XPM bitmap */
#ifndef XPMMAIN
extern char *showtrack_xpm[];
#else
char *showtrack_xpm[] = {
/* columns rows colors chars per pixel */
"16 15 3 1",
"= c Red",
": c #008000",
" c none",
/* pixels */
" : : ",
"====== : : ",
" = : : ",
" = : : ",
"==== = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = ==========",
" = : : ",
" = : : ",
" ============"
};
#endif