From 39bc166e549e8ccae75468aa2dd3613d51f54e27 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Sun, 10 Dec 2023 18:35:19 +0100 Subject: Watch face selection at build time Watch faces can now be selected at buid time. It's implemented in a similar way than the selection of user apps, using a list of watch face description that is generated at build time (consteval, constexpr) --- src/displayapp/WatchFaces.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/displayapp/WatchFaces.h (limited to 'src/displayapp/WatchFaces.h') diff --git a/src/displayapp/WatchFaces.h b/src/displayapp/WatchFaces.h deleted file mode 100644 index 2982347a..00000000 --- a/src/displayapp/WatchFaces.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -namespace Pinetime { - namespace Applications { - enum class WatchFace : uint8_t { - Digital = 0, - Analog = 1, - PineTimeStyle = 2, - Terminal = 3, - Infineat = 4, - CasioStyleG7710 = 5, - }; - } -} -- cgit v1.2.3-70-g09d2