8 lines
289 B
C
Executable File
8 lines
289 B
C
Executable File
#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 };
|
|
|