6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
#define play_status_width 12
|
|
#define play_status_height 11
|
|
static char play_status_bits[] = {
|
|
0x03, 0x00, 0x0f, 0x00, 0x3f, 0x00, 0xff, 0x00, 0xff, 0x03, 0xff, 0x0f,
|
|
0xff, 0x03, 0xff, 0x00, 0x3f, 0x00, 0x0f, 0x00, 0x03, 0x00};
|