Browse code

Shorten charger plug "tail"

Nils Faerber authored on 05/05/2013 22:07:48
Showing 1 changed files
... ...
@@ -4,4 +4,4 @@ static unsigned char charger_icon_bits[] = {
4 4
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5 5
   0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x28, 0x00, 0x28, 0x00, 0x7c, 0x00,
6 6
   0x7c, 0x00, 0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00,
7
-  0x10, 0x00, 0x10, 0x00, };
7
+  0x00, 0x00, 0x00, 0x00, };
Browse code

Lot's of stuff...

Nils Faerber authored on 27/04/2013 20:19:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+#define charger_icon_width 15
2
+#define charger_icon_height 20
3
+static unsigned char charger_icon_bits[] = {
4
+  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5
+  0x00, 0x00, 0x00, 0x00, 0x28, 0x00, 0x28, 0x00, 0x28, 0x00, 0x7c, 0x00,
6
+  0x7c, 0x00, 0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00,
7
+  0x10, 0x00, 0x10, 0x00, };