|
|
|
@ -61,6 +61,12 @@ export const Display = () => { |
|
|
|
label: "Compass North Top", |
|
|
|
description: "Fix north to the top of compass", |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "toggle", |
|
|
|
name: "use12hClock", |
|
|
|
label: "12-Hour Clock", |
|
|
|
description: "Use 12-hour clock format", |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "toggle", |
|
|
|
name: "flipScreen", |
|
|
|
|