6 lines
261 B
C
6 lines
261 B
C
#define shade_toggled_width 12
|
|
#define shade_toggled_height 12
|
|
static unsigned char shade_toggled_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|