blob: 6f018bb654a7fb3084a748f66370b1d12ed8a1fc (
plain)
1
2
3
4
5
|
#define player_stop2_width 9
#define player_stop2_height 9
static unsigned char player_stop2_bits[] = {
0x00, 0x00, 0xfe, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00,
0x82, 0x00, 0xfe, 0x00, 0x00, 0x00 };
|