diff options
| author | Eshe <66212752+Aperture32GLaDOS@users.noreply.github.com> | 2025-06-19 16:53:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 17:53:45 +0100 |
| commit | 4517fb8c4be0118b47d522c5fa2e0ed099480719 (patch) | |
| tree | 7299770a3a5b9cc79b8dde447fef33c8a81a4cbb /src/displayapp/apps | |
| parent | 3fc00f80dbfcad68b42dc2251da1136a21b812c3 (diff) | |
Pride flag watchface (#2201)
Diffstat (limited to 'src/displayapp/apps')
| -rw-r--r-- | src/displayapp/apps/Apps.h.in | 1 | ||||
| -rw-r--r-- | src/displayapp/apps/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/apps/Apps.h.in b/src/displayapp/apps/Apps.h.in index e697096a..f6feeb7b 100644 --- a/src/displayapp/apps/Apps.h.in +++ b/src/displayapp/apps/Apps.h.in @@ -53,6 +53,7 @@ namespace Pinetime { Terminal, Infineat, CasioStyleG7710, + PrideFlag, }; template <Apps> diff --git a/src/displayapp/apps/CMakeLists.txt b/src/displayapp/apps/CMakeLists.txt index 33e54323..93196ed6 100644 --- a/src/displayapp/apps/CMakeLists.txt +++ b/src/displayapp/apps/CMakeLists.txt @@ -28,6 +28,7 @@ else() set(DEFAULT_WATCHFACE_TYPES "${DEFAULT_WATCHFACE_TYPES}, WatchFace::Terminal") set(DEFAULT_WATCHFACE_TYPES "${DEFAULT_WATCHFACE_TYPES}, WatchFace::Infineat") set(DEFAULT_WATCHFACE_TYPES "${DEFAULT_WATCHFACE_TYPES}, WatchFace::CasioStyleG7710") + set(DEFAULT_WATCHFACE_TYPES "${DEFAULT_WATCHFACE_TYPES}, WatchFace::PrideFlag") set(WATCHFACE_TYPES "${DEFAULT_WATCHFACE_TYPES}" CACHE STRING "List of watch faces to build into the firmware") endif() |
