PPT Slide
#define arrow_width 16
#define arrow_height 16
#define arrow_x_hot 15
#define arrow_y_hot 7
static unsigned char arrow_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x3f, 0xf8,
0x7f, 0xf0, 0x7f, 0xe0, 0x03, 0xc0,
0x03, 0x80, 0x03, 0x00, 0x03, 0x80,
0x03, 0xc0, 0x7f, 0xe0, 0x7f, 0xf0,
0x3f, 0xf8, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff};
Previous slide
Next slide
Back to first slide
View graphic version