Update src/displayapp/screens/WatchFaceTerminal.cpp
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
This commit is contained in:
parent
e2f7e31829
commit
d6849888ea
@ -157,7 +157,7 @@ void WatchFaceTerminal::Refresh() {
|
|||||||
char hoursChar[8];
|
char hoursChar[8];
|
||||||
|
|
||||||
char ampmChar[3];
|
char ampmChar[3];
|
||||||
if (settingsController.GetClockType() == Controllers::Settings::ClockType::H24) {
|
if (settingsController.GetClockType() == Controllers::Settings::ClockType::H24) {
|
||||||
sprintf(hoursChar, "%02d", hour);
|
sprintf(hoursChar, "%02d", hour);
|
||||||
} else {
|
} else {
|
||||||
if (hour == 0 && hour != 12) {
|
if (hour == 0 && hour != 12) {
|
||||||
|
Loading…
Reference in New Issue
Block a user