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

5 lines
124 B
C

#define two_width 5
#define two_height 7
static unsigned char two_bits[] = {
0x0e, 0x11, 0x10, 0x08, 0x04, 0x02, 0x1f};