aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/Cursor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/Cursor.txt')
-rw-r--r--AT91SAM7S256/Source/Cursor.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/AT91SAM7S256/Source/Cursor.txt b/AT91SAM7S256/Source/Cursor.txt
index d1e830e..69037cd 100644
--- a/AT91SAM7S256/Source/Cursor.txt
+++ b/AT91SAM7S256/Source/Cursor.txt
@@ -1,4 +1,5 @@
-const BMPMAP Cursor[] =
+#define sizeof_Cursor 15
+DEFINE_DATA(BMPMAP, Cursor) =
{
0x02,0x00, // Graphics Format
0x00,0x08, // Graphics DataSize
@@ -6,5 +7,7 @@ const BMPMAP Cursor[] =
0x00, // Graphics Start Y
0x07, // Graphics Width
0x08, // Graphics Height
+BEGIN_DATA
0x21,0x31,0x39,0x3D,0x39,0x31,0x21
+END_DATA
};