5 lines
217 B
C
5 lines
217 B
C
#define player_stop_width 9
|
|
#define player_stop_height 9
|
|
static unsigned char player_stop_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00,
|
|
0xfe, 0x00, 0xfe, 0x00, 0x00, 0x00 };
|