Hi, when building an app for Garmin watches I've faced an issue on Garmin Instinct 2 which uses Transflective Liquid-Crystal (Single Color) screen technology.
The issue is that it doesn't display a text which has some type of colors.
I have two labels, one has color Graphics.COLOR_BLUE (0x00AAFF) which is displayed as black on that device what is expected, and the other one is Graphics.COLOR_DK_RED (0xAA0000) which doesn't get displayed at all (my assumption is that it's handled as light color same as the background).
Can please anyone advise how it can be fixed.
Thanks