droid48-gwh/jni/bitmaps/three.h

6 lines
130 B
C
Raw Normal View History

2010-09-18 01:13:52 +02:00
#define three_width 5
#define three_height 7
static unsigned char three_bits[] = {
0x0e, 0x11, 0x10, 0x0c, 0x10, 0x11, 0x0e};