added buffalo.edu and martin@freaknet

This commit is contained in:
wallace-aph
2017-10-19 12:40:28 -04:00
parent 1d781f0b0a
commit 6b32deaffc
2439 changed files with 23928 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
#define aim_width 16
#define aim_height 16
static char aim_bits[] = {
0x0f, 0x78,
0x01, 0x40,
0x01, 0x40,
0x01, 0x40,
0x00, 0x00,
0x80, 0x00,
0x80, 0x00,
0xe0, 0x03,
0x80, 0x00,
0x80, 0x00,
0x00, 0x00,
0x01, 0x40,
0x01, 0x40,
0x01, 0x40,
0x0f, 0x78,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define aim_n_width 16
#define aim_n_height 16
static char aim_n_bits[] = {
0x00, 0x00,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0x7e, 0x7e,
0x7e, 0x7e,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0xfe, 0x7f,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define aim_p_width 16
#define aim_p_height 16
static char aim_p_bits[] = {
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x81, 0x81,
0x81, 0x81,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define angle_width 16
#define angle_height 16
static char angle_bits[] = {
0xff, 0x00,
0x01, 0x00,
0x01, 0x00,
0x01, 0x00,
0x01, 0x00,
0x01, 0x00,
0x01, 0x00,
0x01, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_c1move_width 16
#define arr_c1move_height 16
static char arr_c1move_bits[] = {
0x01, 0x00,
0x03, 0x00,
0x07, 0x00,
0x0f, 0x00,
0x1f, 0x00,
0x3f, 0x00,
0x7f, 0x00,
0x0f, 0x00,
0x1b, 0x00,
0x19, 0x00,
0x30, 0x00,
0xf0, 0x01,
0x10, 0x01,
0x10, 0x01,
0x10, 0x01,
0xf0, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define arr_cur1_width 16
#define arr_cur1_height 16
static char arr_cur1_bits[] = {
0x01, 0x00,
0x03, 0x00,
0x07, 0x00,
0x0f, 0x00,
0x1f, 0x00,
0x3f, 0x00,
0x0f, 0x00,
0x1b, 0x00,
0x19, 0x00,
0x30, 0x00,
0x30, 0x00,
0x60, 0x00,
0x60, 0x00,
0xc0, 0x00,
0xc0, 0x00,
0x80, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_cur2_width 16
#define arr_cur2_height 16
static char arr_cur2_bits[] = {
0x01, 0x00,
0x03, 0x00,
0x07, 0x00,
0x0f, 0x00,
0x1f, 0x00,
0x3f, 0x00,
0x7f, 0x00,
0x0f, 0x00,
0x1b, 0x00,
0x19, 0x00,
0x30, 0x00,
0x30, 0x00,
0x60, 0x00,
0x60, 0x00,
0xc0, 0x00,
0xc0, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_curled_width 16
#define arr_curled_height 16
static char arr_curled_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x40, 0x00,
0x60, 0x80,
0x70, 0xc0,
0x3c, 0xe0,
0xff, 0x7f,
0xff, 0x7f,
0x3c, 0xe0,
0x70, 0xc0,
0x60, 0x80,
0x40, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_dfat_width 16
#define arr_dfat_height 16
static char arr_dfat_bits[] = {
0xf8, 0x1f,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x0f, 0xf0,
0x01, 0x80,
0x02, 0x40,
0x04, 0x20,
0x08, 0x10,
0x10, 0x08,
0x20, 0x04,
0x40, 0x02,
0x80, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define arr_double_width 16
#define arr_double_height 16
static char arr_double_bits[] = {
0x80, 0x00,
0xc0, 0x01,
0xe0, 0x03,
0xf0, 0x07,
0xf8, 0x0f,
0xc0, 0x01,
0xc0, 0x01,
0xc0, 0x01,
0xc0, 0x01,
0xc0, 0x01,
0xc0, 0x01,
0xf8, 0x0f,
0xf0, 0x07,
0xe0, 0x03,
0xc0, 0x01,
0x80, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_from_width 16
#define arr_from_height 16
static char arr_from_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x1f, 0x0c,
0x3f, 0x00,
0xff, 0x25,
0xfe, 0x00,
0xfc, 0x80,
0xfe, 0x00,
0xff, 0x25,
0x3f, 0x00,
0x1f, 0x0c,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_into_width 16
#define arr_into_height 16
static char arr_into_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x15, 0x0c,
0x00, 0x1c,
0x41, 0x3f,
0x00, 0x7f,
0x04, 0xff,
0x00, 0x7f,
0x41, 0x3f,
0x00, 0x1c,
0x15, 0x0c,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_move_width 16
#define arr_move_height 16
static char arr_move_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x03,
0x00, 0x07,
0x00, 0x0f,
0xfe, 0x1f,
0xfe, 0x3b,
0x06, 0x70,
0x06, 0xe0,
0x06, 0x70,
0xfe, 0x3b,
0xfe, 0x1f,
0x00, 0x0f,
0x00, 0x07,
0x00, 0x03,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_turn_width 16
#define arr_turn_height 16
static char arr_turn_bits[] = {
0x00, 0x00,
0x20, 0x00,
0x30, 0x00,
0xe8, 0x0f,
0x04, 0x10,
0x02, 0x20,
0x02, 0x20,
0x04, 0x20,
0xe8, 0x21,
0x30, 0x21,
0x20, 0x21,
0x00, 0x21,
0x00, 0x21,
0x00, 0x3f,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_wdouble_width 16
#define arr_wdouble_height 16
static char arr_wdouble_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x30, 0x0c,
0x28, 0x14,
0xe4, 0x27,
0x02, 0x40,
0x01, 0x80,
0x01, 0x80,
0x02, 0x40,
0xe4, 0x27,
0x28, 0x14,
0x30, 0x0c,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arr_wfat_width 16
#define arr_wfat_height 16
static char arr_wfat_bits[] = {
0x80, 0x01,
0x40, 0x02,
0x20, 0x04,
0x10, 0x08,
0x08, 0x10,
0x04, 0x20,
0x02, 0x40,
0x01, 0x80,
0x0f, 0xf0,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0x08, 0x10,
0xf8, 0x1f,
};

View File

@@ -0,0 +1,21 @@
#define arr_wrap_width 16
#define arr_wrap_height 16
static char arr_wrap_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xfe, 0x7f,
0x01, 0x80,
0x01, 0x88,
0x03, 0xcc,
0x3d, 0xba,
0xe1, 0x81,
0xa1, 0x80,
0xa1, 0x80,
0x22, 0x41,
0x3c, 0x3a,
0x00, 0x0c,
0x00, 0x08,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arrb_1fat_width 16
#define arrb_1fat_height 16
static char arrb_1fat_bits[] = {
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xf0, 0x0f,
0xfc, 0x3f,
0xf8, 0x1f,
0xf0, 0x0f,
0xe0, 0x07,
0xc0, 0x03,
0x80, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define arrb_double_width 16
#define arrb_double_height 16
static char arrb_double_bits[] = {
0x80, 0x01,
0xc0, 0x03,
0xe0, 0x07,
0xf0, 0x0f,
0xf8, 0x1f,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xf8, 0x1f,
0xf0, 0x0f,
0xe0, 0x07,
0xc0, 0x03,
0x80, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define arrb_fat_width 16
#define arrb_fat_height 16
static char arrb_fat_bits[] = {
0x40, 0x00,
0x60, 0x00,
0x70, 0x00,
0xf8, 0xff,
0xfc, 0xff,
0xfe, 0xff,
0xff, 0xff,
0xff, 0xff,
0xfe, 0xff,
0xfc, 0xff,
0xf8, 0xff,
0x70, 0x00,
0x60, 0x00,
0x40, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arrb_med_width 16
#define arrb_med_height 16
static char arrb_med_bits[] = {
0x80, 0x01,
0xc0, 0x03,
0xe0, 0x07,
0xf0, 0x0f,
0xf8, 0x1f,
0xfc, 0x3f,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
0xc0, 0x03,
};

View File

@@ -0,0 +1,21 @@
#define arrb_turn_width 16
#define arrb_turn_height 16
static char arrb_turn_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x20, 0x00,
0x30, 0x00,
0xf8, 0x0f,
0xfc, 0x1f,
0x0e, 0x18,
0xfc, 0x1b,
0xf8, 0x1b,
0x30, 0x1b,
0x20, 0x1b,
0x00, 0x1b,
0x00, 0x1f,
0x00, 0x1f,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arrb_wrap_width 16
#define arrb_wrap_height 16
static char arrb_wrap_bits[] = {
0x00, 0x00,
0x00, 0x00,
0xfc, 0x3f,
0xfe, 0x7f,
0xff, 0xf7,
0xfd, 0xb3,
0xc3, 0xc5,
0xdf, 0xfe,
0x5d, 0xbf,
0x93, 0xc7,
0x1f, 0xff,
0x1e, 0x7e,
0x00, 0x0c,
0x00, 0x08,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arrow_width 16
#define arrow_height 16
static char arrow_bits[] = {
0xfc, 0x00,
0xf8, 0x00,
0xf0, 0x00,
0xf8, 0x00,
0xdc, 0x00,
0x8e, 0x00,
0x07, 0x00,
0x03, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arrow_b_width 16
#define arrow_b_height 16
static char arrow_b_bits[] = {
0x18, 0x00,
0x18, 0x00,
0x3c, 0x00,
0x3c, 0x00,
0x7e, 0x00,
0x7e, 0x00,
0xff, 0x00,
0xdb, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define arrow_blit_width 16
#define arrow_blit_height 16
static char arrow_blit_bits[] = {
0xff, 0x01,
0x7f, 0x00,
0x1f, 0x00,
0x3f, 0x00,
0x7f, 0x00,
0xfb, 0x00,
0xf3, 0x01,
0xe1, 0x03,
0xc1, 0x07,
0x80, 0x0f,
0x00, 0x1f,
0x00, 0x3e,
0x00, 0x7c,
0x00, 0xf8,
0x00, 0x70,
0x00, 0x20,
};

View File

@@ -0,0 +1,21 @@
#define arrowscroll_width 16
#define arrowscroll_height 16
static char arrowscroll_bits[] = {
0x00, 0x00,
0x30, 0x00,
0x78, 0x00,
0xfc, 0x0c,
0xfe, 0x0d,
0xff, 0x0d,
0x30, 0x0c,
0x30, 0x0c,
0x30, 0x0c,
0x30, 0x0c,
0xb0, 0xff,
0xb0, 0x7f,
0x30, 0x3f,
0x00, 0x1e,
0x00, 0x0c,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define bell_width 16
#define bell_height 16
static char bell_bits[] = {
0xf7, 0xef,
0xff, 0xff,
0xff, 0xff,
0xf7, 0xef,
0xe7, 0xe7,
0xf8, 0x1f,
0xf8, 0x1f,
0xfc, 0x3f,
0xfc, 0x3f,
0xfc, 0x3f,
0xfc, 0x3f,
0xfc, 0x3b,
0xfc, 0x37,
0xfe, 0x77,
0xff, 0xef,
0x70, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define bigcheck_width 16
#define bigcheck_height 16
static char bigcheck_bits[] = {
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0xff, 0x00,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
0x00, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define bitblit_width 16
#define bitblit_height 16
static char bitblit_bits[] = {
0x00, 0x00,
0x7f, 0xfe,
0x41, 0xaa,
0x7f, 0xfe,
0x41, 0xa9,
0x07, 0xf3,
0xf1, 0xa5,
0x17, 0xe8,
0x11, 0xa8,
0xf7, 0xe5,
0x01, 0xa3,
0x7f, 0xf9,
0x41, 0xaa,
0x7f, 0xfe,
0x41, 0xaa,
0x7f, 0xfe,
};

View File

@@ -0,0 +1,21 @@
#define blackborder_width 16
#define blackborder_height 16
static char blackborder_bits[] = {
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define blah_width 16
#define blah_height 16
static char blah_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xe0, 0x03,
0x38, 0x7e,
0x8c, 0xc7,
0x84, 0x70,
0x46, 0x18,
0x02, 0x0c,
0x02, 0x04,
0x02, 0x06,
0x06, 0x03,
0xfc, 0x01,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,8 @@
#define blip_width 3
#define blip_height 3
static char blip_bits[] = {
0x02,
0x07,
0x02,
};

View File

@@ -0,0 +1,17 @@
#define boobs_width 17
#define boobs_height 12
static char boobs_bits[] = {
0x04, 0x80, 0x00,
0x02, 0x81, 0x01,
0x02, 0x02, 0x01,
0x22, 0x02, 0x01,
0x06, 0x22, 0x01,
0x0c, 0x03, 0x01,
0xf0, 0x87, 0x00,
0x00, 0x78, 0x00,
0x00, 0x00, 0x00,
0x00, 0x00, 0x00,
0x00, 0x00, 0x00,
0x00, 0x01, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define boot_width 16
#define boot_height 16
static char boot_bits[] = {
0x00, 0x00,
0x00, 0x00,
0xff, 0x00,
0xff, 0x00,
0x7e, 0x00,
0x7e, 0x00,
0x7e, 0x00,
0x7e, 0x00,
0x7e, 0x15,
0xfe, 0x7f,
0xfe, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x92, 0x24,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define boundarypad_width 16
#define boundarypad_height 16
static char boundarypad_bits[] = {
0xf0, 0xff,
0xf0, 0xff,
0x30, 0xc0,
0x30, 0xc0,
0x30, 0xc0,
0x3f, 0xc0,
0x3f, 0xc0,
0x30, 0xc0,
0x30, 0xc0,
0x30, 0xc0,
0xf0, 0xff,
0xf0, 0xff,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define brain_width 16
#define brain_height 16
static char brain_bits[] = {
0xf8, 0x07,
0x04, 0x08,
0xfa, 0x17,
0x0d, 0x2c,
0x05, 0x28,
0x05, 0x28,
0x05, 0x2f,
0x8d, 0x41,
0xd9, 0x80,
0x72, 0xf0,
0x04, 0x20,
0x08, 0x3c,
0x08, 0x20,
0x10, 0x20,
0x30, 0x10,
0xc0, 0x0f,
};

View File

@@ -0,0 +1,21 @@
#define btllogo_width 16
#define btllogo_height 16
static char btllogo_bits[] = {
0xe0, 0x07,
0xf8, 0x1f,
0x1c, 0x38,
0x86, 0x61,
0xe6, 0x67,
0xf3, 0xcf,
0x33, 0xcc,
0x33, 0xcc,
0x33, 0xcc,
0x1b, 0xd8,
0xfb, 0xdf,
0xfa, 0x5f,
0x86, 0x61,
0x1c, 0x38,
0xf8, 0x1f,
0xe0, 0x07,
};

View File

@@ -0,0 +1,21 @@
#define buddah_width 16
#define buddah_height 16
static char buddah_bits[] = {
0xc0, 0x03,
0x20, 0x04,
0x20, 0x04,
0xa0, 0x05,
0x10, 0x08,
0x48, 0x12,
0x44, 0x22,
0x24, 0x24,
0x24, 0x24,
0x08, 0x10,
0x10, 0x08,
0x28, 0x14,
0x04, 0x20,
0x04, 0x20,
0xf8, 0x1f,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define bulb_width 16
#define bulb_height 16
static char bulb_bits[] = {
0xc4, 0x47,
0x30, 0x18,
0x0a, 0xa0,
0x84, 0x42,
0x44, 0x45,
0x44, 0x44,
0x8a, 0xa2,
0x10, 0x11,
0x24, 0x49,
0x52, 0x95,
0x48, 0x25,
0x44, 0x45,
0xd0, 0x16,
0x40, 0x05,
0xc0, 0x06,
0x80, 0x03,
};

View File

@@ -0,0 +1,21 @@
#define bullseye_width 16
#define bullseye_height 16
static char bullseye_bits[] = {
0xe0, 0x03,
0xf0, 0x07,
0x18, 0x0c,
0x0c, 0x18,
0x06, 0x30,
0x03, 0x60,
0xc3, 0x61,
0xc3, 0x61,
0xc3, 0x61,
0x03, 0x60,
0x06, 0x30,
0x0c, 0x18,
0x18, 0x0c,
0xf0, 0x07,
0xe0, 0x03,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define bunny_width 16
#define bunny_height 16
static char bunny_bits[] = {
0x00, 0x00,
0x00, 0x44,
0x00, 0xee,
0x00, 0xee,
0x00, 0xee,
0x00, 0xee,
0x00, 0x6c,
0x00, 0x38,
0xe0, 0x7c,
0xf0, 0xbd,
0xf8, 0xff,
0xfa, 0xff,
0xff, 0x7f,
0xff, 0x3f,
0xff, 0xff,
0xfa, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define bunnyface_width 16
#define bunnyface_height 16
static char bunnyface_bits[] = {
0x00, 0x00,
0x04, 0x40,
0x0e, 0xe0,
0x1e, 0xf0,
0x3e, 0xf8,
0x72, 0x9c,
0xc0, 0x06,
0x80, 0x03,
0xc0, 0x07,
0xe0, 0x0f,
0x70, 0x1d,
0xf0, 0x1e,
0x60, 0x0d,
0xc0, 0x06,
0x80, 0x03,
0x80, 0x03,
};

View File

@@ -0,0 +1,21 @@
#define caret_width 16
#define caret_height 16
static char caret_bits[] = {
0x08, 0x00,
0x1c, 0x00,
0x1c, 0x00,
0x36, 0x00,
0x36, 0x00,
0x63, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define carnegie_width 16
#define carnegie_height 16
static char carnegie_bits[] = {
0x80, 0x80,
0xbf, 0x7e,
0xa1, 0x62,
0xe1, 0x53,
0x81, 0x48,
0x81, 0x47,
0xc7, 0x76,
0xa4, 0x15,
0xff, 0xff,
0xd4, 0x12,
0xb7, 0x71,
0xf1, 0x40,
0x89, 0x40,
0xe5, 0x43,
0xa3, 0x42,
0xbf, 0x7e,
};

View File

@@ -0,0 +1,21 @@
#define champagne_width 16
#define champagne_height 16
static char champagne_bits[] = {
0x00, 0x06,
0x00, 0x06,
0x18, 0x30,
0x98, 0x31,
0x80, 0x01,
0x00, 0x00,
0xfc, 0x3f,
0xf8, 0x1f,
0xf0, 0x0f,
0xe0, 0x07,
0xc0, 0x03,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0xf0, 0x0f,
};

View File

@@ -0,0 +1,21 @@
#define charbox_width 16
#define charbox_height 16
static char charbox_bits[] = {
0x00, 0x00,
0xf0, 0x1f,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0x10, 0x10,
0xf0, 0x1f,
};

View File

@@ -0,0 +1,21 @@
#define check_width 16
#define check_height 16
static char check_bits[] = {
0x0f, 0x0f,
0x0f, 0x0f,
0x0f, 0x0f,
0x0f, 0x0f,
0xf0, 0xf0,
0xf0, 0xf0,
0xf0, 0xf0,
0xf0, 0xf0,
0x0f, 0x0f,
0x0f, 0x0f,
0x0f, 0x0f,
0x0f, 0x0f,
0xf0, 0xf0,
0xf0, 0xf0,
0xf0, 0xf0,
0xf0, 0xf0,
};

View File

@@ -0,0 +1,21 @@
#define cinco_width 16
#define cinco_height 16
static char cinco_bits[] = {
0x00, 0x00,
0xfe, 0x7f,
0x1e, 0x54,
0x9e, 0x6c,
0x5e, 0x55,
0x9e, 0x6c,
0x5e, 0x55,
0x1e, 0x6c,
0xfe, 0x7f,
0x02, 0x00,
0x3a, 0x38,
0x0a, 0x08,
0x3a, 0x3b,
0x42, 0x40,
0x3a, 0x38,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define circle_width 16
#define circle_height 16
static char circle_bits[] = {
0xe0, 0x07,
0x18, 0x18,
0x04, 0x20,
0x02, 0x40,
0x02, 0x40,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x02, 0x40,
0x02, 0x40,
0x04, 0x20,
0x18, 0x18,
0xe0, 0x07,
};

View File

@@ -0,0 +1,37 @@
#define circlebig_width 32
#define circlebig_height 32
static char circlebig_bits[] = {
0x00, 0xf8, 0x1f, 0x00,
0x00, 0x07, 0xe0, 0x00,
0xc0, 0x00, 0x00, 0x03,
0x20, 0x00, 0x00, 0x04,
0x10, 0x00, 0x00, 0x08,
0x08, 0x00, 0x00, 0x10,
0x04, 0x00, 0x00, 0x20,
0x04, 0x00, 0x00, 0x20,
0x02, 0x00, 0x00, 0x40,
0x02, 0x00, 0x00, 0x40,
0x02, 0x00, 0x00, 0x40,
0x02, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80,
0x02, 0x00, 0x00, 0x40,
0x02, 0x00, 0x00, 0x40,
0x02, 0x00, 0x00, 0x40,
0x04, 0x00, 0x00, 0x20,
0x04, 0x00, 0x00, 0x20,
0x08, 0x00, 0x00, 0x10,
0x10, 0x00, 0x00, 0x08,
0x20, 0x00, 0x00, 0x04,
0xc0, 0x00, 0x00, 0x03,
0x00, 0x07, 0xe0, 0x00,
0x00, 0xf8, 0x1f, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define cleanup_width 16
#define cleanup_height 16
static char cleanup_bits[] = {
0x60, 0x00,
0x30, 0x00,
0x10, 0xf0,
0x30, 0x0c,
0xe0, 0x07,
0xc0, 0x07,
0x00, 0x04,
0x01, 0x04,
0x03, 0xe2,
0x02, 0x22,
0x06, 0x12,
0x0f, 0x09,
0x1f, 0x05,
0x3c, 0x05,
0x70, 0x0d,
0x00, 0x1f,
};

View File

@@ -0,0 +1,21 @@
#define clock_width 16
#define clock_height 16
static char clock_bits[] = {
0xc0, 0x03,
0x2c, 0x04,
0xec, 0x07,
0xc8, 0x03,
0xe8, 0x0f,
0x18, 0x14,
0x04, 0x2a,
0x04, 0x2b,
0x82, 0x51,
0xc2, 0x50,
0xc2, 0x50,
0x82, 0x51,
0x04, 0x29,
0x04, 0x38,
0x1e, 0x7e,
0xe6, 0x6f,
};

View File

@@ -0,0 +1,21 @@
#define club_width 16
#define club_height 16
static char club_bits[] = {
0xc0, 0x01,
0xe0, 0x03,
0xf0, 0x07,
0xf0, 0x07,
0xf0, 0x07,
0xe0, 0x03,
0xdc, 0x1d,
0xbe, 0x3e,
0xff, 0x7f,
0x7f, 0x7f,
0xff, 0x7f,
0xbe, 0x3e,
0x9c, 0x1c,
0xc0, 0x01,
0xc0, 0x01,
0xe0, 0x03,
};

View File

@@ -0,0 +1,21 @@
#define cockmouse_width 16
#define cockmouse_height 16
static char cockmouse_bits[] = {
0x00, 0x01,
0x20, 0x02,
0xff, 0x67,
0xfa, 0xbf,
0xfc, 0x9f,
0xe8, 0x8f,
0xd0, 0x47,
0x20, 0x42,
0x40, 0x41,
0x80, 0x00,
0x80, 0x00,
0x80, 0x00,
0x80, 0x00,
0x80, 0x00,
0x80, 0x00,
0xf0, 0x07,
};

View File

@@ -0,0 +1,21 @@
#define coffeecup_width 16
#define coffeecup_height 16
static char coffeecup_bits[] = {
0x80, 0x00,
0x00, 0x07,
0x00, 0x08,
0xc0, 0x07,
0x20, 0x00,
0xf0, 0x07,
0x48, 0x3c,
0xf8, 0x47,
0x08, 0x58,
0x08, 0x58,
0x08, 0x40,
0x08, 0x3c,
0x18, 0x08,
0xf6, 0x37,
0x02, 0x20,
0xfc, 0x1f,
};

View File

@@ -0,0 +1,21 @@
#define confirm_width 16
#define confirm_height 16
static char confirm_bits[] = {
0x00, 0x70,
0xe0, 0xf8,
0xc0, 0xe8,
0xce, 0xf6,
0xdf, 0x73,
0xdb, 0x31,
0xdb, 0x03,
0xdf, 0x36,
0xee, 0x3f,
0x00, 0x00,
0x00, 0x80,
0x00, 0xc0,
0x29, 0x65,
0xc6, 0x3c,
0xc6, 0x18,
0x29, 0x09,
};

View File

@@ -0,0 +1,21 @@
#define confirm1_width 16
#define confirm1_height 16
static char confirm1_bits[] = {
0x00, 0x70,
0xe0, 0xf8,
0xc0, 0xc8,
0xce, 0xe6,
0xdf, 0x73,
0xdb, 0x31,
0xdb, 0x03,
0xdf, 0x36,
0xce, 0x36,
0x00, 0x00,
0x20, 0x00,
0x31, 0x00,
0x59, 0x92,
0x8f, 0x61,
0x87, 0x61,
0x43, 0x92,
};

View File

@@ -0,0 +1,21 @@
#define confirm2_width 16
#define confirm2_height 16
static char confirm2_bits[] = {
0x00, 0x70,
0xe0, 0xf8,
0xc0, 0xc8,
0xce, 0xe6,
0xdf, 0x73,
0xdb, 0x31,
0xdb, 0x03,
0xdf, 0x36,
0xce, 0x36,
0x00, 0x00,
0x00, 0x08,
0x40, 0x0c,
0x49, 0x96,
0xc6, 0x63,
0xc6, 0x61,
0xc9, 0x90,
};

View File

@@ -0,0 +1,21 @@
#define copier_width 16
#define copier_height 16
static char copier_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x02,
0x00, 0x04,
0x00, 0x08,
0x00, 0x10,
0xf8, 0x7f,
0x08, 0xc4,
0x6e, 0xc4,
0x0f, 0xc4,
0x08, 0x44,
0xf8, 0x7f,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define copydisk_width 16
#define copydisk_height 16
static char copydisk_bits[] = {
0x77, 0x57,
0x55, 0x55,
0x51, 0x27,
0x55, 0x21,
0x77, 0x21,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x73, 0x57,
0x25, 0x31,
0x25, 0x32,
0x25, 0x54,
0x73, 0x57,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define corner_width 16
#define corner_height 16
static char corner_bits[] = {
0xff, 0xff,
0xff, 0x7f,
0xff, 0x3f,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x07, 0x00,
0x03, 0x00,
0x01, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define cross_n_width 16
#define cross_n_height 16
static char cross_n_bits[] = {
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x80, 0x01,
0x80, 0x01,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
0x7f, 0xfe,
};

View File

@@ -0,0 +1,21 @@
#define cross_p_width 16
#define cross_p_height 16
static char cross_p_bits[] = {
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x7f, 0xfe,
0x7f, 0xfe,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define crosshairs_width 16
#define crosshairs_height 16
static char crosshairs_bits[] = {
0xc0, 0x03,
0xf0, 0x0f,
0x98, 0x19,
0x8c, 0x31,
0x86, 0x61,
0x82, 0x41,
0x83, 0xc1,
0x7f, 0xfe,
0x7f, 0xfe,
0x83, 0xc1,
0x82, 0x41,
0x86, 0x61,
0x8c, 0x31,
0x98, 0x19,
0xf0, 0x0f,
0xc0, 0x03,
};

View File

@@ -0,0 +1,21 @@
#define cue_width 16
#define cue_height 16
static char cue_bits[] = {
0x6f, 0x3d,
0x63, 0x1d,
0x63, 0x0d,
0xef, 0x3d,
0x00, 0x00,
0x08, 0x41,
0x88, 0x71,
0xc8, 0x61,
0x8c, 0x71,
0x08, 0x79,
0x0c, 0x71,
0x8f, 0x79,
0xce, 0x61,
0x08, 0x41,
0x8c, 0x71,
0x08, 0x41,
};

View File

@@ -0,0 +1,21 @@
#define cup1_width 16
#define cup1_height 16
static char cup1_bits[] = {
0x00, 0x00,
0x80, 0x03,
0x00, 0x04,
0xe0, 0x03,
0x10, 0x00,
0xe0, 0x07,
0xf8, 0x3f,
0x08, 0x40,
0x08, 0x58,
0x08, 0x58,
0x08, 0x40,
0x08, 0x3c,
0x18, 0x08,
0xf0, 0x07,
0x00, 0x00,
0xfc, 0x3f,
};

View File

@@ -0,0 +1,21 @@
#define cup2_width 16
#define cup2_height 16
static char cup2_bits[] = {
0x00, 0x00,
0xc0, 0x01,
0x20, 0x00,
0xc0, 0x07,
0x00, 0x08,
0xe0, 0x07,
0xf8, 0x3f,
0x08, 0x40,
0x08, 0x58,
0x08, 0x58,
0x08, 0x40,
0x08, 0x3c,
0x18, 0x08,
0xf0, 0x07,
0x00, 0x00,
0xfc, 0x3f,
};

View File

@@ -0,0 +1,21 @@
#define dead_width 16
#define dead_height 16
static char dead_bits[] = {
0xe0, 0x07,
0x18, 0x18,
0x04, 0x20,
0x02, 0x40,
0x12, 0x48,
0x11, 0x88,
0x7d, 0xbe,
0x11, 0x88,
0x11, 0x88,
0x01, 0x80,
0x01, 0x80,
0x02, 0x40,
0xe2, 0x47,
0x04, 0x20,
0x18, 0x18,
0xe0, 0x07,
};

View File

@@ -0,0 +1,21 @@
#define deadflower_width 16
#define deadflower_height 16
static char deadflower_bits[] = {
0xff, 0xff,
0x01, 0x80,
0x0f, 0x80,
0x9d, 0x87,
0xf9, 0x8c,
0x61, 0x9c,
0x31, 0xbe,
0x11, 0x9c,
0x39, 0x88,
0x69, 0x80,
0xc9, 0x80,
0x09, 0x80,
0x09, 0x80,
0x09, 0x80,
0x09, 0x80,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define deadmouse_width 16
#define deadmouse_height 16
static char deadmouse_bits[] = {
0x00, 0x00,
0x80, 0x28,
0x45, 0x10,
0x82, 0x00,
0x00, 0x00,
0x00, 0x10,
0x00, 0x20,
0x00, 0x41,
0x20, 0x82,
0xff, 0x87,
0xfa, 0x8f,
0xfc, 0x7f,
0xe8, 0x0f,
0xc0, 0x07,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define diagmouse_width 16
#define diagmouse_height 16
static char diagmouse_bits[] = {
0x00, 0x20,
0x00, 0x20,
0x00, 0x18,
0x00, 0x04,
0x00, 0x04,
0x00, 0x04,
0x00, 0x04,
0xe0, 0x03,
0xf0, 0x01,
0xf6, 0x01,
0x7c, 0x01,
0x74, 0x00,
0x5c, 0x00,
0x0c, 0x00,
0x04, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define dice1_width 16
#define dice1_height 16
static char dice1_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x7f, 0xfe,
0x7f, 0xfe,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define dice2_width 16
#define dice2_height 16
static char dice2_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xf3, 0xff,
0xf3, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xcf,
0xff, 0xcf,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define dice3_width 16
#define dice3_height 16
static char dice3_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xcf,
0xff, 0xcf,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x7f, 0xfe,
0x7f, 0xfe,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xff,
0xf3, 0xff,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define dice4_width 16
#define dice4_height 16
static char dice4_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define dice5_width 16
#define dice5_height 16
static char dice5_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x7f, 0xfe,
0x7f, 0xfe,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define dice6_width 16
#define dice6_height 16
static char dice6_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xcf,
0xf3, 0xcf,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define die_width 16
#define die_height 16
static char die_bits[] = {
0xfe, 0x7f,
0x01, 0x80,
0x01, 0x80,
0x31, 0x8c,
0x31, 0x8c,
0x01, 0x80,
0x01, 0x80,
0x31, 0x8c,
0x31, 0x8c,
0x01, 0x80,
0x01, 0x80,
0x31, 0x8c,
0x31, 0x8c,
0x01, 0x80,
0x01, 0x80,
0xfe, 0x7f,
};

View File

@@ -0,0 +1,21 @@
#define digitalwatch_width 16
#define digitalwatch_height 16
static char digitalwatch_bits[] = {
0x08, 0x08,
0x08, 0x08,
0xfc, 0x1f,
0xfe, 0x3f,
0xff, 0x7f,
0x03, 0x60,
0x35, 0xdb,
0x25, 0x4a,
0x35, 0x5b,
0x15, 0x52,
0x35, 0xdb,
0x03, 0x60,
0xff, 0x7f,
0xfe, 0x3f,
0xfc, 0x1f,
0x08, 0x08,
};

View File

@@ -0,0 +1,21 @@
#define domin1_width 16
#define domin1_height 16
static char domin1_bits[] = {
0x80, 0x00,
0xc0, 0x01,
0xc0, 0x01,
0xe1, 0x43,
0xe3, 0x63,
0xe7, 0x73,
0xf7, 0x77,
0xff, 0x7f,
0xff, 0x7f,
0xff, 0x7f,
0xff, 0x7f,
0xfe, 0x3f,
0xfc, 0x1f,
0xf0, 0x07,
0x80, 0x00,
0x80, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define domin2_width 16
#define domin2_height 16
static char domin2_bits[] = {
0x80, 0x01,
0xc0, 0x03,
0xe0, 0x07,
0xf0, 0x0f,
0xf0, 0x0f,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xfe, 0x7f,
0xfc, 0x3f,
0xfe, 0x7f,
0xfc, 0x3f,
0xf8, 0x1f,
0xb0, 0x0d,
0x80, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define dont_width 16
#define dont_height 16
static char dont_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x04, 0x00,
0x04, 0x40,
0x04, 0x40,
0x66, 0xda,
0x95, 0x56,
0x95, 0x52,
0x95, 0x52,
0x66, 0xd2,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drawbox_width 16
#define drawbox_height 16
static char drawbox_bits[] = {
0xff, 0x03,
0xff, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0xff, 0x03,
0xff, 0x03,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drawboxthumb_width 16
#define drawboxthumb_height 16
static char drawboxthumb_bits[] = {
0xff, 0xff,
0xff, 0xff,
0x05, 0x80,
0x1d, 0x80,
0x7d, 0x80,
0xfd, 0x81,
0xfd, 0x87,
0xfd, 0x9f,
0xfd, 0x9f,
0xfd, 0x87,
0xfd, 0x81,
0x7d, 0x80,
0x1d, 0x80,
0x05, 0x80,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drawcaret_width 16
#define drawcaret_height 16
static char drawcaret_bits[] = {
0x10, 0x00,
0x38, 0x00,
0x38, 0x00,
0x6c, 0x00,
0x6c, 0x00,
0xc6, 0x00,
0xc6, 0x00,
0x83, 0x01,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drawcenter_width 16
#define drawcenter_height 16
static char drawcenter_bits[] = {
0x80, 0x01,
0x80, 0x01,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x80, 0x01,
0x80, 0x01,
0xe3, 0xc7,
0xe3, 0xc7,
0x80, 0x01,
0x80, 0x01,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x80, 0x01,
0x80, 0x01,
};

View File

@@ -0,0 +1,21 @@
#define drawdelwindow_width 16
#define drawdelwindow_height 16
static char drawdelwindow_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x19, 0x98,
0x31, 0x8c,
0x61, 0x86,
0xc1, 0x83,
0x81, 0x81,
0xc1, 0x83,
0x61, 0x86,
0x31, 0x8c,
0x19, 0x98,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drawdoublearr_width 16
#define drawdoublearr_height 16
static char drawdoublearr_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x30, 0x0c,
0x1c, 0x38,
0xff, 0xff,
0xff, 0xff,
0x1c, 0x38,
0x30, 0x0c,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drawgrid_width 16
#define drawgrid_height 16
static char drawgrid_bits[] = {
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drawhalfbox_width 16
#define drawhalfbox_height 16
static char drawhalfbox_bits[] = {
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0xff, 0x03,
0xff, 0x03,
0xff, 0x03,
0xff, 0x03,
0xff, 0x03,
0xff, 0x03,
0xff, 0x03,
0xff, 0x03,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drawidle_width 16
#define drawidle_height 16
static char drawidle_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0xff, 0x00,
0xff, 0x00,
0x18, 0x00,
0x18, 0x00,
0x18, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drawmovewindow_width 16
#define drawmovewindow_height 16
static char drawmovewindow_bits[] = {
0xff, 0xff,
0xff, 0xff,
0x03, 0xf0,
0x03, 0xfc,
0x03, 0xff,
0xc3, 0xff,
0xf3, 0xff,
0xff, 0xff,
0xff, 0xff,
0xf3, 0xff,
0xc3, 0xff,
0x03, 0xff,
0x03, 0xfc,
0x03, 0xf0,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drawnewwindow_width 16
#define drawnewwindow_height 16
static char drawnewwindow_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drawsplitwind_width 16
#define drawsplitwind_height 16
static char drawsplitwind_bits[] = {
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0x01, 0x80,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drawthumb_width 16
#define drawthumb_height 16
static char drawthumb_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x04, 0x00,
0x1c, 0x00,
0x7c, 0x00,
0xfc, 0x01,
0xfc, 0x07,
0xfc, 0x1f,
0xfc, 0x1f,
0xfc, 0x07,
0xfc, 0x01,
0x7c, 0x00,
0x1c, 0x00,
0x04, 0x00,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,21 @@
#define drcelloff_width 16
#define drcelloff_height 16
static char drcelloff_bits[] = {
0xff, 0xff,
0xff, 0xff,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0x03, 0xc0,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drcellon_width 16
#define drcellon_height 16
static char drcellon_bits[] = {
0xff, 0xff,
0xff, 0xff,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0xff, 0xff,
0xff, 0xff,
};

View File

@@ -0,0 +1,21 @@
#define drsplbox_width 16
#define drsplbox_height 16
static char drsplbox_bits[] = {
0xff, 0x03,
0xff, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0xff, 0x03,
0xff, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0x03, 0x03,
0xff, 0x03,
0xff, 0x03,
0x00, 0x00,
0x00, 0x00,
};

View File

@@ -0,0 +1,19 @@
#define earsmall_width 11
#define earsmall_height 14
static char earsmall_bits[] = {
0xf8, 0x01,
0x04, 0x03,
0x72, 0x06,
0x0a, 0x04,
0x02, 0x05,
0x34, 0x04,
0xa0, 0x04,
0x38, 0x06,
0x08, 0x03,
0xc6, 0x01,
0x72, 0x00,
0x11, 0x00,
0x1b, 0x00,
0x0e, 0x00,
};

Some files were not shown because too many files have changed in this diff Show More