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

5 lines
118 B
C

#define Z_width 5
#define Z_height 7
static unsigned char Z_bits[] = {
0x1f, 0x10, 0x08, 0x04, 0x02, 0x01, 0x1f};