You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.8 KiB
82 lines
3.8 KiB
#define help_width 14
|
|
#define help_height 15
|
|
static unsigned char help_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf0, 0x07, 0x00, 0x06, 0x00, 0x07,
|
|
0x80, 0x03, 0xc0, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00,
|
|
0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00 };
|
|
#define jaguar2_width 14
|
|
#define jaguar2_height 15
|
|
static unsigned char jaguar2_bits[] = {
|
|
0x00, 0x00, 0xf8, 0x07, 0xfe, 0x1f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xfe, 0x1f, 0xfc, 0x0f, 0xf8, 0x07 };
|
|
#define jaguar_menu_down_width 20
|
|
#define jaguar_menu_down_height 15
|
|
static unsigned char jaguar_menu_down_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7f, 0x00, 0xfc, 0xff, 0x03,
|
|
0xfe, 0xff, 0x07, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
|
|
0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
|
|
0xfa, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
|
#define jaguar_menu_width 20
|
|
#define jaguar_menu_height 15
|
|
static unsigned char jaguar_menu_bits[] = {
|
|
0x00, 0x00, 0x00, 0x80, 0x7f, 0x00, 0xfc, 0xff, 0x03, 0xfe, 0xff, 0x07,
|
|
0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
|
|
0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xfe, 0xff, 0x07,
|
|
0xfc, 0xff, 0x01, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00 };
|
|
#define jaguar_width 14
|
|
#define jaguar_height 15
|
|
static unsigned char jaguar_bits[] = {
|
|
0xf8, 0x07, 0xfc, 0x0f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xff, 0x3f, 0xfe, 0x1f, 0xfc, 0x0f };
|
|
#define milk_menu_down_width 20
|
|
#define milk_menu_down_height 15
|
|
static unsigned char milk_menu_down_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0xfe, 0xff, 0x03,
|
|
0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x07,
|
|
0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xfe, 0xff, 0x03, 0xfc, 0xff, 0x01,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
|
#define milk_menu_width 20
|
|
#define milk_menu_height 15
|
|
static unsigned char milk_menu_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0x0e, 0x80, 0x03,
|
|
0x03, 0x00, 0x06, 0x03, 0x00, 0x06, 0x01, 0x00, 0x04, 0x01, 0x00, 0x04,
|
|
0x03, 0x00, 0x06, 0x03, 0x00, 0x06, 0x0e, 0x80, 0x03, 0xfc, 0xff, 0x01,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
|
#define milk_width 14
|
|
#define milk_height 15
|
|
static unsigned char milk_bits[] = {
|
|
0xf0, 0x03, 0x3c, 0x0f, 0x0e, 0x1c, 0x06, 0x18, 0x03, 0x30, 0x03, 0x30,
|
|
0x01, 0x20, 0x01, 0x20, 0x03, 0x30, 0x03, 0x30, 0x06, 0x18, 0x0e, 0x1c,
|
|
0x3c, 0x0f, 0xf0, 0x03, 0x00, 0x00 };
|
|
#define panther_menu_width 20
|
|
#define panther_menu_height 15
|
|
static unsigned char panther_menu_bits[] = {
|
|
0x00, 0x00, 0x00, 0xfe, 0xff, 0x07, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
|
|
0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
|
|
0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x07,
|
|
0xfc, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
|
#define panther_width 14
|
|
#define panther_height 15
|
|
static unsigned char panther_bits[] = {
|
|
0xf8, 0x07, 0xfc, 0x0f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xfe, 0x1f, 0xfc, 0x0f, 0xf8, 0x07 };
|
|
#define milk_pressed_width 14
|
|
#define milk_pressed_height 15
|
|
static unsigned char milk_pressed_bits[] = {
|
|
0xf0, 0x03, 0xfc, 0x0f, 0xfe, 0x1f, 0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f,
|
|
0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0xfe, 0x1f, 0xfe, 0x1f,
|
|
0xfc, 0x0f, 0xf0, 0x03, 0x00, 0x00 };
|
|
|
|
#define arrowUp_width 8
|
|
#define arrowUp_height 4
|
|
static unsigned char arrowUp_bits[] = {
|
|
0x18, 0x3c, 0x7e, 0xff };
|
|
|
|
#define arrowDown_width 8
|
|
#define arrowDown_height 4
|
|
static unsigned char arrowDown_bits[] = {
|
|
0xff, 0x7e, 0x3c, 0x18 };
|