summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/watch/watch_private_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/shared/watch/watch_private_display.h')
-rw-r--r--watch-library/shared/watch/watch_private_display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/watch-library/shared/watch/watch_private_display.h b/watch-library/shared/watch/watch_private_display.h
index 11219cf1..606b8dc3 100644
--- a/watch-library/shared/watch/watch_private_display.h
+++ b/watch-library/shared/watch/watch_private_display.h
@@ -142,5 +142,7 @@ static const uint64_t Segment_Map[] = {
static const uint8_t Num_Chars = 10;
void watch_display_character(uint8_t character, uint8_t position);
+void watch_display_character_lp_seconds(uint8_t character, uint8_t position);
+
#endif