some test pictures

This commit is contained in:
Oliver Groß 2011-12-21 12:50:10 +01:00
parent 8ebd6975d7
commit 082dd261bc
3 changed files with 19 additions and 0 deletions

5
qcross/debug2.xbm Normal file
View File

@ -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 };

5
qcross/debug3.xbm Normal file
View File

@ -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 };

9
qcross/pic3.xbm Normal file
View File

@ -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 };