Browse code

Power saving changes, add new fonts, bitmaps and screens

Nils Faerber authored on 19/05/2013 00:07:04
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+#define unchecked_icon_width 7
2
+#define unchecked_icon_height 7
3
+static unsigned char unchecked_icon_bits[] = {
4
+  0x7f, 0x41, 0x41, 0x41, 0x41, 0x41, 0x7f, };