diff --git a/qcross/debug2.xbm b/qcross/debug2.xbm new file mode 100644 index 0000000..ceb425a --- /dev/null +++ b/qcross/debug2.xbm @@ -0,0 +1,5 @@ +#define debug2_width 10 +#define debug2_height 10 +static unsigned char debug2_bits[] = { + 0x00, 0x02, 0x00, 0x03, 0x80, 0x01, 0xc0, 0x00, 0x60, 0x00, 0x30, 0x00, + 0x18, 0x00, 0x0c, 0x00, 0x06, 0x00, 0x03, 0x00 }; diff --git a/qcross/debug3.xbm b/qcross/debug3.xbm new file mode 100644 index 0000000..4b548b8 --- /dev/null +++ b/qcross/debug3.xbm @@ -0,0 +1,5 @@ +#define debug3_width 10 +#define debug3_height 10 +static unsigned char debug3_bits[] = { + 0xff, 0x01, 0xff, 0x00, 0x7f, 0x02, 0x3f, 0x03, 0x9f, 0x03, 0xcf, 0x03, + 0xe7, 0x03, 0xf3, 0x03, 0xf9, 0x03, 0xfc, 0x03 }; diff --git a/qcross/pic3.xbm b/qcross/pic3.xbm new file mode 100644 index 0000000..e467649 --- /dev/null +++ b/qcross/pic3.xbm @@ -0,0 +1,9 @@ +#define pic3_width 22 +#define pic3_height 22 +static unsigned char pic3_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, + 0x00, 0x8c, 0x03, 0x00, 0xcc, 0x01, 0x40, 0xec, 0x00, 0xe0, 0xfd, 0x00, + 0xc0, 0x7c, 0x00, 0x40, 0x7c, 0x00, 0x20, 0xec, 0x00, 0x38, 0xcc, 0x01, + 0x30, 0x8c, 0x03, 0x20, 0x0c, 0x03, 0x40, 0x00, 0x00, 0xe0, 0xe0, 0x00, + 0xc0, 0xfb, 0x01, 0x08, 0x8e, 0x00, 0x1c, 0x0c, 0x00, 0x3c, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };