Hexiwear oled display from KDS3

Dependencies:   Hexi_OLED_SSD1351

Revision:
0:cdbd5046f3d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/button.h	Wed Sep 13 04:39:40 2017 +0000
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <stdint.h>
+
+extern const uint8_t button_start_bmp[1386];
+extern const uint8_t button_stop_bmp[1386];
+extern const uint8_t button_back_bmp[1416];
+extern const uint8_t button_reset_bmp[1386];
+
+
+extern const uint8_t buttonGroup_right_bmp[36], buttonGroup_left_bmp[36];
\ No newline at end of file