summaryrefslogtreecommitdiff
path: root/MouseSpr.i
diff options
context:
space:
mode:
Diffstat (limited to 'MouseSpr.i')
-rw-r--r--MouseSpr.i25
1 files changed, 14 insertions, 11 deletions
diff --git a/MouseSpr.i b/MouseSpr.i
index a4c7e8b..91bc2ef 100644
--- a/MouseSpr.i
+++ b/MouseSpr.i
@@ -1,18 +1,21 @@
#ifndef MOUSE_SPR_I__
#define MOUSE_SPR_I__
+#include <stdint.h>
+#include <avr/pgmspace.h>
+#include <Arduino.h>
+
const uint8_t PROGMEM MouseSprData[] =
{
- 8,8, //width and height
- B11111100,
- B10000100,
- B10001000,
- B10000100,
- B10100010,
- B11010001,
- B00001010,
- B00000100,
-
+ 8,8, //width and height
+ B11111100,
+ B10000100,
+ B10001000,
+ B10000100,
+ B10100010,
+ B11010001,
+ B00001010,
+ B00000100
};
-#endif // MOUSE_SPR_I__
+#endif /* MOUSE_SPR_I__ */