2021-01-10 17:24:30 -03:00

7 lines
297 B
C

#define desk_pressed_width 15
#define desk_pressed_height 15
static unsigned char desk_pressed_bits[] = {
0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x39, 0xfe, 0x30, 0x7f, 0x70,
0x0f, 0x78, 0x1f, 0x7c, 0x3f, 0x7e, 0x5f, 0x7e, 0xee, 0x3e, 0xfe, 0x3f,
0xfc, 0x1f, 0xf8, 0x0f, 0xe0, 0x03 };