Former-commit-id:9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:06a8b51d6d
21 lines
1,012 B
C
21 lines
1,012 B
C
/* circle_tool_invert.h */
|
|
|
|
#ifndef circle_tool_invert_h
|
|
#define circle_tool_invert_h
|
|
|
|
#define circle_tool_invert_width 32
|
|
#define circle_tool_invert_height 32
|
|
static char circle_tool_invert_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0xe3, 0x8f, 0xff,
|
|
0xff, 0xfc, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xfd, 0xbf, 0xff, 0xff, 0xfb,
|
|
0xdf, 0xff, 0xff, 0xf4, 0xef, 0xff, 0x3f, 0xec, 0xef, 0xff, 0x0f, 0xee,
|
|
0xf7, 0xff, 0x1f, 0xde, 0xf7, 0xff, 0x1f, 0xdf, 0xf7, 0xff, 0x6f, 0xdf,
|
|
0xfb, 0xff, 0xf7, 0xbf, 0xfb, 0xff, 0xfb, 0xbf, 0xfb, 0xff, 0xfd, 0xbf,
|
|
0xfb, 0xff, 0x06, 0xbf, 0xfb, 0xff, 0xf7, 0xbe, 0xfb, 0xff, 0xf7, 0xbe,
|
|
0xfb, 0xff, 0x07, 0xbf, 0xf7, 0xff, 0x97, 0xdf, 0xf7, 0xff, 0x37, 0xdf,
|
|
0xf7, 0xff, 0x77, 0xde, 0xef, 0xff, 0xff, 0xef, 0xef, 0xff, 0xff, 0xef,
|
|
0xdf, 0xff, 0xff, 0xf7, 0xbf, 0xff, 0xff, 0xfb, 0x7f, 0xff, 0xff, 0xfd,
|
|
0xff, 0xfc, 0x7f, 0xfe, 0xff, 0xe3, 0x8f, 0xff, 0xff, 0x1f, 0xf0, 0xff,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
|
|
|
#endif
|