From 54ea724c5d2f3a2c5bdf3cfe6f6807d43a5ae9d7 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 26 Aug 2017 11:13:20 +0200 Subject: + Added MouseSpr and Unit modules. * Unit actions, building actions. --- MouseSpr.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MouseSpr.c (limited to 'MouseSpr.c') diff --git a/MouseSpr.c b/MouseSpr.c new file mode 100644 index 0000000..ac40958 --- /dev/null +++ b/MouseSpr.c @@ -0,0 +1,13 @@ +const uint8_t PROGMEM MouseSprData[] = +{ + 8,8, //width and height + B11111100, + B10000100, + B10001000, + B10000100, + B10100010, + B11010001, + B00001010, + B00000100, + +}; -- cgit v1.2.3