Browse code

Replace font handling, add new watch face, add calendar. More watchfaces, make calendar interactive and start rearranging button functions

Dario Rodriguez authored on 17/12/2013 22:59:59
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+#define font5x8scaledx2x2_width 80
2
+#define font5x8scaledx2x2_height 12
3
+static unsigned char font5x8scaledx2x2_bits[] = {
4
+   0x3c, 0x18, 0x3c, 0x3e, 0x60, 0xff, 0x7c, 0xff, 0x3c, 0x3c, 0x7e, 0x1c,
5
+   0x7e, 0x7f, 0x60, 0xff, 0xfe, 0xff, 0x7e, 0x7e, 0xe7, 0x1e, 0xe7, 0xe3,
6
+   0x66, 0x03, 0xc7, 0xc0, 0xc3, 0xe7, 0xc3, 0x1e, 0xc3, 0xe0, 0x66, 0x03,
7
+   0x03, 0xc0, 0xe7, 0xc3, 0xc3, 0x18, 0xe0, 0x7c, 0x63, 0x3f, 0x3f, 0xe0,
8
+   0x7e, 0xc3, 0xc3, 0x18, 0x70, 0x7c, 0x63, 0x7f, 0x7f, 0x70, 0x7e, 0xe7,
9
+   0xc3, 0x18, 0x38, 0xe0, 0xff, 0xe0, 0xe7, 0x38, 0xe7, 0xfe, 0xc3, 0x18,
10
+   0x1c, 0xc0, 0xff, 0xc0, 0xc3, 0x1c, 0xc3, 0xfc, 0xc3, 0x18, 0x0e, 0xc0,
11
+   0x60, 0xc0, 0xc3, 0x0c, 0xc3, 0xc0, 0xe7, 0x18, 0x07, 0xe3, 0x60, 0xe0,
12
+   0xe7, 0x0c, 0xe7, 0xe3, 0x7e, 0x7e, 0xff, 0x7f, 0x60, 0x7f, 0x7e, 0x0c,
13
+   0x7e, 0x7f, 0x3c, 0x7e, 0xff, 0x3e, 0x60, 0x3f, 0x3c, 0x0c, 0x3c, 0x3e };