1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,7 +0,0 @@ |
1 |
-#define startstopbutton_icon_width 15 |
|
2 |
-#define startstopbutton_icon_height 20 |
|
3 |
-static unsigned char startstopbutton_icon_bits[] = { |
|
4 |
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, |
|
5 |
- 0x00, 0x1b, 0x00, 0x3b, 0x00, 0x7b, 0x00, 0x7b, 0x00, 0x3b, 0x00, 0x1b, |
|
6 |
- 0x00, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
|
7 |
- 0x00, 0x00, 0x00, 0x00, }; |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,7 @@ |
1 |
+#define startstopbutton_icon_width 15 |
|
2 |
+#define startstopbutton_icon_height 20 |
|
3 |
+static unsigned char startstopbutton_icon_bits[] = { |
|
4 |
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0b, |
|
5 |
+ 0x00, 0x1b, 0x00, 0x3b, 0x00, 0x7b, 0x00, 0x7b, 0x00, 0x3b, 0x00, 0x1b, |
|
6 |
+ 0x00, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
|
7 |
+ 0x00, 0x00, 0x00, 0x00, }; |