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
-The fonts contained here are partially taken from third parties and
2
-partially "home made". The fonts were edited and converted to C style header
3
-files using "gbdfed" by Mark Leisher <mleisher@gmail.com> which was extended
4
-with the C style header export functions by Nils Faerber.
5
-
6
-lcd
7
-	Font made specifically for Oswald, old style 7-segment LCD look,
8
-	monospaced, especially useful for watch display
9
-
10
-fixed
11
-	Converted from the public domain "fixed" fonts from the X11 graphics
12
-	server dustribution
13
-
14
-DroidSans
15
-	Converted from the Android Sans TrueType font, licensed under
16
-	the Apache 2.0 license, font originally created by by Steve Matteson
17
-	of Ascender Corporation
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
+The fonts contained here are partially taken from third parties and
2
+partially "home made". The fonts were edited and converted to C style header
3
+files using "gbdfed" by Mark Leisher <mleisher@gmail.com> which was extended
4
+with the C style header export functions by Nils Faerber.
5
+
6
+lcd
7
+	Font made specifically for Oswald, old style 7-segment LCD look,
8
+	monospaced, especially useful for watch display
9
+
10
+fixed
11
+	Converted from the public domain "fixed" fonts from the X11 graphics
12
+	server dustribution
13
+
14
+DroidSans
15
+	Converted from the Android Sans TrueType font, licensed under
16
+	the Apache 2.0 license, font originally created by by Steve Matteson
17
+	of Ascender Corporation