droid48/jni/bitmaps/arrow.h
2010-09-18 01:13:52 +02:00

5 lines
130 B
C

#define arrow_width 7
#define arrow_height 7
static unsigned char arrow_bits[] = {
0x00, 0x08, 0x18, 0x3f, 0x18, 0x08, 0x00};