Acknowledged
CIQQA-3530

Limited Datafield screen layouts for new Edge 550/850

As per the image attached, Is it a bug that the new edge550/850 devices only present a limited number of datafield screen layout options - there isn't even a 1 field screen layout option anymore?

**  Unfortunately, this system is not letting me attach images - something about "The selected file is not allowed due to file quota restrictions".  I can provide screen shots if required

Parents
  • The configuration for the simulator is defined in simulator.json for each device.
    I updateed this file in C:\Users\xxx\AppData\Roaming\Garmin\ConnectIQ\Devices\edge850

    I added this block of text after line 1125:

                        {
                            "drawBorders": true,
                            "fields": [
                                {
                                    "data": {
                                        "font": "simExtNumber6",
                                        "justification": "center",
                                        "width": 412,
                                        "x": 210,
                                        "y": 184
                                    },
                                    "label": {
                                        "font": "simExtNumber5",
                                        "justification": "center",
                                        "x": 210,
                                        "y": 60
                                    },
                                    "labelDisabled": false,
                                    "location": {
                                        "height": 600,
                                        "width": 420,
                                        "x": 0,
                                        "y": 0
                                    },
                                    "obscurity": []
                                }
                            ],
                            "name": "1 Field"
                        },

    Works for me

Comment
  • The configuration for the simulator is defined in simulator.json for each device.
    I updateed this file in C:\Users\xxx\AppData\Roaming\Garmin\ConnectIQ\Devices\edge850

    I added this block of text after line 1125:

                        {
                            "drawBorders": true,
                            "fields": [
                                {
                                    "data": {
                                        "font": "simExtNumber6",
                                        "justification": "center",
                                        "width": 412,
                                        "x": 210,
                                        "y": 184
                                    },
                                    "label": {
                                        "font": "simExtNumber5",
                                        "justification": "center",
                                        "x": 210,
                                        "y": 60
                                    },
                                    "labelDisabled": false,
                                    "location": {
                                        "height": 600,
                                        "width": 420,
                                        "x": 0,
                                        "y": 0
                                    },
                                    "obscurity": []
                                }
                            ],
                            "name": "1 Field"
                        },

    Works for me

Children