summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceDigital.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.cpp')
-rw-r--r--src/displayapp/screens/WatchFaceDigital.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.cpp b/src/displayapp/screens/WatchFaceDigital.cpp
index 4641148..47454f3 100644
--- a/src/displayapp/screens/WatchFaceDigital.cpp
+++ b/src/displayapp/screens/WatchFaceDigital.cpp
@@ -386,7 +386,7 @@ void WatchFaceDigital::Refresh() {
hour -= 12;
hide_pm = false;
}
- h0 = hour < 10 ? ' ' : '0' + (hour-10);
+ h0 = hour < 10 ? ' ' : '1';
} else {
h0 = '0' + (hour / 10);
}