Skip to content

Commit 922d435

Browse files
committed
Better antenna icons
1 parent 503f3f9 commit 922d435

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Firmware/RTK_Surveyor/icons.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ const uint8_t SIV_Antenna_LBand [] = {
369369
1
370370
123456789012
371371
.------------.
372-
0x01| |
372+
0x01| * |
373373
0x02| * |
374374
0x04| * |
375375
0x08| ** |
@@ -381,15 +381,15 @@ const uint8_t SIV_Antenna_LBand [] = {
381381
0x02| ** |
382382
0x04| * |
383383
0x08| * |
384-
0x10| |
384+
0x10| * |
385385
'------------'
386386
*/
387387

388388
const int Antenna_Short_Height = 13;
389389
const int Antenna_Short_Width = 12;
390390
const uint8_t Antenna_Short [] = {
391-
0x00, 0x80, 0xC0, 0xA0, 0x90, 0x88, 0x3E, 0x20, 0xA0, 0x60, 0x20, 0x00,
392-
0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00
391+
0x00, 0x80, 0xC0, 0xA0, 0x90, 0x88, 0x3F, 0x20, 0xA0, 0x60, 0x20, 0x00,
392+
0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00
393393
};
394394

395395
/*
@@ -398,7 +398,7 @@ const uint8_t Antenna_Short [] = {
398398
1
399399
123456789012
400400
.------------.
401-
0x01| |
401+
0x01| ** |
402402
0x02| ** |
403403
0x04| ** |
404404
0x08| ** |
@@ -410,15 +410,15 @@ const uint8_t Antenna_Short [] = {
410410
0x02| ** |
411411
0x04| ** |
412412
0x08| ** |
413-
0x10| |
413+
0x10| ** |
414414
'------------'
415415
*/
416416

417417
const int Antenna_Open_Height = 13;
418418
const int Antenna_Open_Width = 12;
419419
const uint8_t Antenna_Open [] = {
420-
0x00, 0x00, 0x00, 0x60, 0x70, 0x1E, 0x0E, 0xC0, 0xC0, 0x00, 0x00, 0x00,
421-
0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x0F, 0x01, 0x00, 0x00, 0x00, 0x00
420+
0x00, 0x00, 0x00, 0x60, 0x70, 0x1F, 0x0F, 0xC0, 0xC0, 0x00, 0x00, 0x00,
421+
0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x1F, 0x01, 0x00, 0x00, 0x00, 0x00
422422
};
423423

424424
/*

0 commit comments

Comments
 (0)