5 lines
208 B
C
5 lines
208 B
C
#define thumb_up_width 9
|
|
#define thumb_up_height 9
|
|
static unsigned char thumb_up_bits[] = {
|
|
0x18, 0x00, 0x14, 0x00, 0xf2, 0x01, 0x01, 0x01, 0xf0, 0x01, 0x00, 0x01,
|
|
0xf0, 0x01, 0x01, 0x01, 0xfe, 0x01 };
|