4 lines
142 B
C
4 lines
142 B
C
#define desk_toggle_width 6
|
|
#define desk_toggle_height 6
|
|
static unsigned char desk_toggle_bits[] = {
|
|
0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 };
|