6 lines
237 B
C
6 lines
237 B
C
#define shade_toggled_width 10
|
|
#define shade_toggled_height 10
|
|
static unsigned char shade_toggled_bits[] = {
|
|
0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xb6, 0x01, 0xfe, 0x01,
|
|
0xfc, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00, 0x00 };
|