aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/Port.txt
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/Port.txt')
-rw-r--r--AT91SAM7S256/Source/Port.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/AT91SAM7S256/Source/Port.txt b/AT91SAM7S256/Source/Port.txt
index 9367003..292fccc 100644
--- a/AT91SAM7S256/Source/Port.txt
+++ b/AT91SAM7S256/Source/Port.txt
@@ -1,4 +1,4 @@
-const ICON Port[] =
+DEFINE_DATA(ICON, Port) =
{
0x04,0x00, // Graphics Format
0x00,0x18, // Graphics DataSize
@@ -6,5 +6,7 @@ const ICON Port[] =
0x01, // Graphics Count Y
0x03, // Graphics Width
0x08, // Graphics Height
+BEGIN_DATA
0x70,0x88,0x70,0x90,0xF8,0x80,0xC8,0xA8,0x90,0x88,0xA8,0x50,0x38,0x20,0xF8,0xF0,0x28,0xF0,0xF8,0xA8,0x50,0x70,0x88,0x50
+END_DATA
};