diff --git a/src/apps/watchfaces/OswAppWatchfaceBinary.cpp b/src/apps/watchfaces/OswAppWatchfaceBinary.cpp index 02bb8a16b..b6ca72f84 100644 --- a/src/apps/watchfaces/OswAppWatchfaceBinary.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceBinary.cpp @@ -15,7 +15,7 @@ void OswAppWatchfaceBinary::drawWatch() { OswHal* hal = OswHal::getInstance(); - + OswTime oswTime = { }; hal->getLocalTime(oswTime); diff --git a/src/apps/watchfaces/OswAppWatchfaceFitness.cpp b/src/apps/watchfaces/OswAppWatchfaceFitness.cpp index 20fafa802..91d6ef753 100644 --- a/src/apps/watchfaces/OswAppWatchfaceFitness.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceFitness.cpp @@ -29,7 +29,7 @@ void dateDisplay() { OswDate oswDate = { }; hal->getLocalDate(oswDate); - + hal->gfx()->setTextSize(2); hal->gfx()->setTextMiddleAligned(); hal->gfx()->setTextRightAligned(); diff --git a/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp b/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp index 2e3388856..828af1862 100644 --- a/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp @@ -123,7 +123,7 @@ void OswAppWatchfaceFitnessAnalog::drawDateFace(OswHal* hal, uint32_t hour, uint } catch (const std::out_of_range& ignore) { OSW_LOG_E("getWeekDay is out of range: ", ignore.what()); } - + hal->gfx()->setTextSize(3); hal->gfx()->setTextLeftAligned(); hal->gfx()->setTextCursor(CENTER_X - 70, 170); diff --git a/src/apps/watchfaces/OswAppWatchfaceNumerals.cpp b/src/apps/watchfaces/OswAppWatchfaceNumerals.cpp index 3d5275f9f..5dd604416 100644 --- a/src/apps/watchfaces/OswAppWatchfaceNumerals.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceNumerals.cpp @@ -35,7 +35,7 @@ void OswAppWatchfaceNumerals::drawWatch() { OswDate oswDate = { }; hal->getLocalDate(oswDate); - + hal->gfx()->setTextCenterAligned(); hal->gfx()->setTextSize(1); hal->gfx()->setTextColor(ui->getDangerColor());