10 lines
470 B
Plaintext
10 lines
470 B
Plaintext
#define button_small_2_width 24
|
|
#define button_small_2_height 24
|
|
static char button_small_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x7e,0x00,0x80,0xff,0x01,0xc0,0x81,0x03,
|
|
0x60,0x00,0x06,0x20,0x00,0x04,0x20,0x18,0x04,0x40,0x00,0x02,
|
|
0x80,0x81,0x01,0x00,0x7e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|