kicad-source/bitmaps/rotate+z.xpm
kajtek1 3e5a78b0d3 Moved and fixed all XPM files to /bitmaps directory.
Fixed all related files also.
2008-05-22 14:20:52 +00:00

33 lines
593 B
C

/* XPM */
#ifndef XPMMAIN
extern const char *rotate_pos_Z_xpm[];
#else
const char *rotate_pos_Z_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
"# c #c0c0c0",
"a c #808080",
"o c #008000",
/* pixels */
"###oooooo#######",
"######oo########",
"#####oo#########",
"####oo##########",
"###oooooo#######",
"##a.####..###.##",
"##.#######.#..##",
"##.########...##",
"##.#######....##",
"##a.#####.....##",
"###.a###########",
"################",
"################",
"################",
"################"
};
#endif