mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
parent
47f231ad63
commit
54f9ff116b
4 changed files with 50 additions and 3 deletions
|
@ -81,6 +81,7 @@ class GeoPos : public View {
|
|||
NONE = 0,
|
||||
MPH,
|
||||
KMPH,
|
||||
KNOTS,
|
||||
HIDDEN = 255
|
||||
};
|
||||
|
||||
|
@ -134,7 +135,7 @@ class GeoPos : public View {
|
|||
{12 * 8, 0 * 16, 2 * 8, 16},
|
||||
""};
|
||||
Text text_speed_unit{
|
||||
{25 * 8, 0 * 16, 4 * 8, 16},
|
||||
{25 * 8, 0 * 16, 5 * 8, 16},
|
||||
""};
|
||||
|
||||
NumberField field_lat_degrees{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue