kicad-source/bitmaps/rotate-x.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_neg_X_xpm[];
#else
const char *rotate_neg_X_xpm[] = {
/* width height num_colors const chars_per_pixel */
" 16 15 4 1",
/* colors */
". c #000080",
"# c #c0c0c0",
"a c #808080",
"o c #004000",
/* pixels */
"##oo###oo#######",
"###oo#oo########",
"####ooo#########",
"###oo#oo########",
"##oo###oo...a###",
"##.###...###.a##",
"##..#.#######.##",
"##...########.##",
"##....#######.##",
"##.....#####.a##",
"###########a.###",
"################",
"################",
"################",
"################"
};
#endif