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

5 lines
118 B
C

#define N_width 5
#define N_height 7
static unsigned char N_bits[] = {
0x11, 0x11, 0x13, 0x15, 0x19, 0x11, 0x11};