From ba78bd9ba834260d035a9830726afc34fdad2a15 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 18 Oct 2009 23:32:54 +0200 Subject: import firmware from LEGO v1.05 --- AT91SAM7S256/Source/Cursor.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AT91SAM7S256/Source/Cursor.txt (limited to 'AT91SAM7S256/Source/Cursor.txt') diff --git a/AT91SAM7S256/Source/Cursor.txt b/AT91SAM7S256/Source/Cursor.txt new file mode 100644 index 0000000..d1e830e --- /dev/null +++ b/AT91SAM7S256/Source/Cursor.txt @@ -0,0 +1,10 @@ +const BMPMAP Cursor[] = +{ + 0x02,0x00, // Graphics Format + 0x00,0x08, // Graphics DataSize + 0x00, // Graphics Start X + 0x00, // Graphics Start Y + 0x07, // Graphics Width + 0x08, // Graphics Height + 0x21,0x31,0x39,0x3D,0x39,0x31,0x21 +}; -- cgit v1.2.3