Acknowledged

Edge Device Reference Error

Recently, I received a report of an error from a user and found it while working on a fix.

Reference Guides

According to the reference guide, the largest screen size in 5 Field B layout mode on the Garmin Edge 1040 is 282x186.

However, the height of replying from the actual device is 184

Please edit the reference ...

Parents
  • The "5 Fields B" layout in edge1040/simulator.json matches the device reference, including the 282 x 186 dimensions for the second field..

    {
        "drawBorders": true,
        "fields": [
            {
                "data": {
                    "font": "numberHot",
                    "justification": "center",
                    "width": 282,
                    "x": 141,
                    "y": 82
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 141,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 93,
                    "width": 282,
                    "x": 0,
                    "y": 0
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberThaiHot",
                    "justification": "center",
                    "width": 282,
                    "x": 141,
                    "y": 134
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 141,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 186,
                    "width": 282,
                    "x": 0,
                    "y": 95
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberMedium",
                    "justification": "center",
                    "width": 140,
                    "x": 70,
                    "y": 72
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 70,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 92,
                    "width": 140,
                    "x": 0,
                    "y": 283
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberMedium",
                    "justification": "center",
                    "width": 140,
                    "x": 70,
                    "y": 72
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 70,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 92,
                    "width": 140,
                    "x": 142,
                    "y": 283
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberHot",
                    "justification": "center",
                    "width": 282,
                    "x": 141,
                    "y": 82
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 141,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 93,
                    "width": 282,
                    "x": 0,
                    "y": 377
                },
                "obscurity": []
            }
        ],
        "name": "5 Fields B"
    },

Comment
  • The "5 Fields B" layout in edge1040/simulator.json matches the device reference, including the 282 x 186 dimensions for the second field..

    {
        "drawBorders": true,
        "fields": [
            {
                "data": {
                    "font": "numberHot",
                    "justification": "center",
                    "width": 282,
                    "x": 141,
                    "y": 82
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 141,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 93,
                    "width": 282,
                    "x": 0,
                    "y": 0
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberThaiHot",
                    "justification": "center",
                    "width": 282,
                    "x": 141,
                    "y": 134
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 141,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 186,
                    "width": 282,
                    "x": 0,
                    "y": 95
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberMedium",
                    "justification": "center",
                    "width": 140,
                    "x": 70,
                    "y": 72
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 70,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 92,
                    "width": 140,
                    "x": 0,
                    "y": 283
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberMedium",
                    "justification": "center",
                    "width": 140,
                    "x": 70,
                    "y": 72
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 70,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 92,
                    "width": 140,
                    "x": 142,
                    "y": 283
                },
                "obscurity": []
            },
            {
                "data": {
                    "font": "numberHot",
                    "justification": "center",
                    "width": 282,
                    "x": 141,
                    "y": 82
                },
                "label": {
                    "font": "small",
                    "justification": "center",
                    "x": 141,
                    "y": 24
                },
                "labelDisabled": false,
                "location": {
                    "height": 93,
                    "width": 282,
                    "x": 0,
                    "y": 377
                },
                "obscurity": []
            }
        ],
        "name": "5 Fields B"
    },

Children