kicad/bitmaps/showtrack.xpm

31 lines
523 B
C
Raw Normal View History

/* XPM */
#ifndef XPMMAIN
extern const char *showtrack_xpm[];
#else
const char *showtrack_xpm[] = {
/* columns rows colors const chars per pixel */
"16 15 3 1",
"= c Red",
": c #008000",
" c none",
/* pixels */
" : : ",
"====== : : ",
" = : : ",
" = : : ",
"==== = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = = : : ",
" = ==========",
" = : : ",
" = : : ",
" ============"
};
#endif