Ticket Created
over 4 years ago

WERETECH-11267

The aim for the fix is around SDK 4.0.4

Forerunner 55 simulator is broken

I'm using the Mac version of CiQ SDK (connectiq-sdk-mac-4.0.3-2021-06-01-b7cc78017) on macOS 11.4 (20F71)

My application runs fine in all supported devices in the simulator except the recently added FR55. Glance view is often irresponsive (must force quit to close), and when it works Its missing rendering of some colours, among them COLOR_DK_GRAY.

The also recently released fr945lte works fine in the simulator.

Does anyone else have issues with fr55?

Parents
  • After a restart it seems to have started working for fr55.

    Same as you , no text in glance view. In the compiler.json there is a palette specified,

        "palette": {
            "colors": [
                "000000",
                "0000FF",
                "00FF00",
                "00FFFF",
                "FF0000",
                "FF00FF",
                "FFFF00",
                "FFFFFF"
            ]

    Do you know if it's possible to map other colours to these e.g. using jungle or any other compiler-time magic?
    The alternative (arguably overkill for supporting only one device), would be to introduction of "more" exclude annotations.

Comment
  • After a restart it seems to have started working for fr55.

    Same as you , no text in glance view. In the compiler.json there is a palette specified,

        "palette": {
            "colors": [
                "000000",
                "0000FF",
                "00FF00",
                "00FFFF",
                "FF0000",
                "FF00FF",
                "FFFF00",
                "FFFFFF"
            ]

    Do you know if it's possible to map other colours to these e.g. using jungle or any other compiler-time magic?
    The alternative (arguably overkill for supporting only one device), would be to introduction of "more" exclude annotations.

Children
No Data