aboutsummaryrefslogtreecommitdiff
path: root/src/Port.txt
diff options
context:
space:
mode:
authorNicolas Schodet2024-08-15 20:26:01 +0200
committerNicolas Schodet2024-08-15 20:26:01 +0200
commite180b304422b30a3f5a3f4545edfb559bcb475e7 (patch)
treeaf230bc1cc2f567a05cbe879c13360c28fcc8907 /src/Port.txt
parentd9068d8a48fb188940823a94e222fde8459857f9 (diff)
Simplify data files
Previous system was made to support both GCC and IAR, as IAR is no longer supported, make it simpler. It also saves a little bit of flash.
Diffstat (limited to 'src/Port.txt')
-rw-r--r--src/Port.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Port.txt b/src/Port.txt
index 292fccc..1027faf 100644
--- a/src/Port.txt
+++ b/src/Port.txt
@@ -1,4 +1,4 @@
-DEFINE_DATA(ICON, Port) =
+const ICON Port =
{
0x04,0x00, // Graphics Format
0x00,0x18, // Graphics DataSize
@@ -6,7 +6,7 @@ DEFINE_DATA(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
+ }
};