8 lines
289 B
C
8 lines
289 B
C
|
#define pause_width 16
|
||
|
#define pause_height 16
|
||
|
static unsigned char pause_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
|
||
|
0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
|
||
|
0x78, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||
|
|