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

5 lines
142 B
C

#define sigma_width 6
#define sigma_height 9
static unsigned char sigma_bits[] = {
0x3f, 0x21, 0x02, 0x04, 0x08, 0x04, 0x02, 0x21, 0x3f};