summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Clock.h
diff options
context:
space:
mode:
authorDiego Miguel <dmlls@diegomiguel.me>2022-02-26 20:43:33 +0100
committerDiego Miguel <dmlls@diegomiguel.me>2022-06-11 16:56:35 +0200
commit17d37d5ca5d28dffc3282fee645049fd75d3f126 (patch)
tree80b1c1f075cb9201f7f6cef55c36d584ebfeaad2 /src/displayapp/screens/Clock.h
parentae705f23a5a818551fb7c432a0a1a7a2f29db618 (diff)
Add Infineat watchface to settings
Diffstat (limited to 'src/displayapp/screens/Clock.h')
-rw-r--r--src/displayapp/screens/Clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h
index 1ba752c7..f929c726 100644
--- a/src/displayapp/screens/Clock.h
+++ b/src/displayapp/screens/Clock.h
@@ -48,6 +48,7 @@ namespace Pinetime {
std::unique_ptr<Screen> WatchFaceAnalogScreen();
std::unique_ptr<Screen> WatchFacePineTimeStyleScreen();
std::unique_ptr<Screen> WatchFaceTerminalScreen();
+ std::unique_ptr<Screen> WatchFaceIfineatScreen();
};
}
}