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
deleted file mode 100644
... ...
@@ -1,17 +0,0 @@
1
-/* -gbdfed-LCD-Medium-R-Normal--13-120-96-96-M-100-FontSpecific-0 */
2
-#define FONT_WIDTH_LCDnone_8x13	8
3
-#define FONT_HEIGHT_LCDnone_8x13	13
4
-const uint8_t FONT_DATA_LCDnone_8x13[12][13] = {
5
-{0x3e,0x5d,0x63,0x63,0x63,0x41,0x00,0x41,0x63,0x63,0x63,0x5d,0x3e,},
6
-{0x00,0x40,0x60,0x60,0x60,0x40,0x00,0x40,0x60,0x60,0x60,0x40,0x00,},
7
-{0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,0x1d,0x03,0x03,0x03,0x1d,0x3e,},
8
-{0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,},
9
-{0x00,0x41,0x63,0x63,0x63,0x5d,0x3e,0x5c,0x60,0x60,0x60,0x40,0x00,},
10
-{0x3e,0x1d,0x03,0x03,0x03,0x1d,0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,},
11
-{0x3e,0x1d,0x03,0x03,0x03,0x1d,0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,},
12
-{0x3e,0x5c,0x60,0x60,0x60,0x40,0x00,0x40,0x60,0x60,0x60,0x40,0x00,},
13
-{0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,},
14
-{0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,},
15
-{0x00,0x00,0x00,0x00,0x18,0x18,0x00,0x18,0x18,0x00,0x00,0x00,0x00,},
16
-{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,},
17
-};
Browse code

Rework font code, add new fonts, also proportional, rework watch usage - "SET" button now enters settings mode

Nils Faerber authored on 04/05/2013 19:23:25
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+/* -gbdfed-LCD-Medium-R-Normal--13-120-96-96-M-100-FontSpecific-0 */
2
+#define FONT_WIDTH_LCDnone_8x13	8
3
+#define FONT_HEIGHT_LCDnone_8x13	13
4
+const uint8_t FONT_DATA_LCDnone_8x13[12][13] = {
5
+{0x3e,0x5d,0x63,0x63,0x63,0x41,0x00,0x41,0x63,0x63,0x63,0x5d,0x3e,},
6
+{0x00,0x40,0x60,0x60,0x60,0x40,0x00,0x40,0x60,0x60,0x60,0x40,0x00,},
7
+{0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,0x1d,0x03,0x03,0x03,0x1d,0x3e,},
8
+{0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,},
9
+{0x00,0x41,0x63,0x63,0x63,0x5d,0x3e,0x5c,0x60,0x60,0x60,0x40,0x00,},
10
+{0x3e,0x1d,0x03,0x03,0x03,0x1d,0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,},
11
+{0x3e,0x1d,0x03,0x03,0x03,0x1d,0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,},
12
+{0x3e,0x5c,0x60,0x60,0x60,0x40,0x00,0x40,0x60,0x60,0x60,0x40,0x00,},
13
+{0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,},
14
+{0x3e,0x5d,0x63,0x63,0x63,0x5d,0x3e,0x5c,0x60,0x60,0x60,0x5c,0x3e,},
15
+{0x00,0x00,0x00,0x00,0x18,0x18,0x00,0x18,0x18,0x00,0x00,0x00,0x00,},
16
+{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,},
17
+};