-#define cross_width 15
-#define cross_height 15
-static char cross_bits[] = {
- 0x84, 0x10, 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10,
- 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10,
- 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10};
+#define cross_width 16
+#define cross_height 16
+static unsigned char cross_bits[] = {
+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xFF, 0xFF, 0x08, 0x08, 0x08, 0x08,
+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xFF, 0xFF,
+ 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, };