If it's used on AMOLED screens as well then one thing I would try is to invert the screen: black background, white letters. If it's only used on MIP displays then I think it doesn't matter.
If you really use this watch only for this and you…
If it's used on AMOLED screens as well then one thing I would try is to invert the screen: black background, white letters. If it's only used on MIP displays then I think it doesn't matter.
If you really use this watch only for this and you…
Yes, the older models have much more limited amount of storage. I used to have the Vivoactive 3 in the past and it had only a few MB of space for apps I believe. So, for such devices, having limtations or restrictions like this makes sense. But, for newer…
Actual hard-coded numbers are replaced with variables which seems to make the code more inefficient.
Is this expected?
Yes. The optimizer will do this when it makes the code smaller, which for Number and Float means the value is used at least…
Hi Developers,
I have a problem related to this post.
Issue: My logfile stays empty...
Environment: Running datafield in MARQ2 Captain.
Steps I did:
- "Build for Device" of sample app (https://github.com/fabiobaltieri/ciq-nrf-blinky) for device…
Is there a way to make this happen when I want, or do I just have to hope the profile fairy pays a visit some night? This seems to be way more helpful than the simulator, but you have to keep the .debug.xml file that matches the .prg file if you update…
The barrels doc says:
See How to Include Barrels for more information on how to include Barrels and specific annotations.
But the "how to include barrels" section says this:
In order to use a Barrel, developers will need to add it to the…
OK, I think I'll go this way (add the FONT_NUMBER_* as well) when the text to be displayed "isNumeric()". The question is if there's any way to know either at compile time or at runtime if a certain string can be displayed with a certain font?…
But how would you like this to work? You send a "10 dimensional" vector every second. How that was supposed to be displayed in a meaningful way? Even if this would work you would probably see 10 graphs when the 1st graph has the data for: 0.0s, 1.0, 2…
I would love to have a small change/addition to the barrel dependency resolution thing in the manifest.xml.
When developing a barrel and bumping version I need to update all projects that use the barrel via a path (usually the case locally) and this is…
In disk IO.
However given the miniature memory size we get I mostly optimize for memory size (code+data) even when I know it's not the best choice for battery or even "disk" size. One example of that was when I removed lots of code from my fitContributor…