Can't you just calculate a new bearing using your existing code to calculate the bearing from the current position to the target?
I'm missing one value for that. With the formula for Cross-track distance I got the distance from my current position…
Can't you just calculate a new bearing using your existing code to calculate the bearing from the current position to the target?
Hehe, no actually I do have the checks at compile time. I think there is at least one place in the above code where I use CONFIGURATION_GPS without checking if it exists, but also in a place in the code where it won't exist for old devices. I could also…
Np. In general, it's best to do what jim_m_58 suggested and always use the latest production (non-beta) SDK. Newer SDKs will always support older devices, but the reverse (older SDKs supporting newer devices) is generally not the case.
Hopefully the…
Fenix7 also has bitsPerPixel: 8
Also if I remember correctly then there are 2 types of palette64, with 62 or 63 colors being identical and have 1 color difference. At least that's what I found from compiler.json or simulator.json about a year ago.…
Sometimes, the widget is unable to parse the entire METAR information. For example, consider the following METAR:
METAR EFTP 171950Z AUTO 18007KT 9999 OVC025 //////CB 18/17 Q1011=
In this case, the TEMPS and BARO information is missing. It appears that…
In gifs and probably also in pngs as well you can either have a palette (or "indexed") or RGB. I use gimp fir editing images, there you can change this before you save it. I'm sure most other image editors have similar options. If you don't find it then…
Besides, if we have a style guide then we have something to point new users to.
Replying with RTFM might sound like a good answer, but I'm with @flocsy here in that there are A LOT of "I'm a lazy noob, solve my problem for me" posts. They…