Skip to content

Commit cde5a30

Browse files
committed
Update Portable and Wrist icons
1 parent 21232db commit cde5a30

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Firmware/RTK_Surveyor/icons.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ int DynamicModel_Height = 12;
128128
int DynamicModel_Width = 15;
129129

130130
uint8_t DynamicModel_1_Portable [] = {
131-
0x00, 0x00, 0x00, 0x00, 0xFC, 0x02, 0x1A, 0x1A, 0x1A, 0x02, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
132-
0x00, 0x00, 0x00, 0x03, 0x04, 0x04, 0x04, 0x04, 0x04, 0x03, 0x00, 0x00, 0x00, 0x00,
131+
0x00, 0xF0, 0x00, 0xF8, 0x04, 0x34, 0x34, 0x37, 0x37, 0x04, 0xF8, 0x00, 0xF0, 0x00, 0x00, 0x00,
132+
0x03, 0x00, 0x07, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x07, 0x00, 0x03, 0x00, 0x00,
133133
};
134134

135135
uint8_t DynamicModel_2_Stationary [] = {
@@ -168,8 +168,8 @@ uint8_t DynamicModel_8_Airborne4g [] = {
168168
};
169169

170170
uint8_t DynamicModel_9_Wrist [] = {
171-
0x00, 0x00, 0x00, 0x00, 0x70, 0x88, 0x27, 0x27, 0x88, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
172-
0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
171+
0x00, 0x00, 0x00, 0xE0, 0x10, 0x08, 0x4F, 0x4F, 0x4F, 0x08, 0x10, 0xE0, 0x00, 0x00, 0x00, 0x00,
172+
0x00, 0x00, 0x00, 0x01, 0x02, 0x1E, 0x1E, 0x1E, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00,
173173
};
174174

175175
uint8_t DynamicModel_10_Bike [] = {

Graphics/DynamicModel-1-Portable.bmp

0 Bytes
Binary file not shown.

Graphics/DynamicModel-9-Wrist.bmp

0 Bytes
Binary file not shown.

Graphics/icon.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// http://en.radzio.dxp.pl/bitmap_converter/
44
//------------------------------------------------------------------------------
55

6-
const unsigned char DynamicModel-6-Airborne-1g [] = {
7-
0x00, 0xFE, 0x0C, 0xF8, 0x08, 0x08, 0x88, 0x88, 0x88, 0x28, 0x08, 0x18, 0xB0, 0xE0, 0x00, 0x00,
8-
0x01, 0x01, 0x01, 0x01, 0x01, 0x07, 0x08, 0x07, 0x01, 0x01, 0x01, 0x01, 0x00, 0x00,
6+
const unsigned char DynamicModel-1-Portable [] = {
7+
0x00, 0xF0, 0x00, 0xF8, 0x04, 0x34, 0x34, 0x37, 0x37, 0x04, 0xF8, 0x00, 0xF0, 0x00, 0x00, 0x00,
8+
0x03, 0x00, 0x07, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x07, 0x00, 0x03, 0x00, 0x00,
99
};

0 commit comments

Comments
 (0)