add use12hClock support

This commit is contained in:
Hunter275
2025-04-10 01:48:32 -04:00
parent c95a819eaf
commit a243a044b9

View File

@@ -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",