kicad/bitmaps_xpm/noconn.xpm

30 lines
503 B
C

/* XPM */
#ifndef XPMMAIN
extern const char *noconn_xpm[];
#else
const char *noconn_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 15 2 1",
" c None",
"- c Blue",
/* pixels */
" ",
" ",
" - - ",
" - - ",
" - - ",
" - - ",
" - - ",
" - ",
" - - ",
" - - ",
" - - ",
" - - ",
" - - ",
" ",
" "
};
#endif