droid48-gwh/jni/bitmaps/minus.h

7 lines
213 B
C
Raw Normal View History

2010-09-18 01:13:52 +02:00
#define minus_width 10
#define minus_height 10
static unsigned char minus_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};