diff options
| author | ITCactus <n/a> | 2022-05-25 13:44:25 +0200 |
|---|---|---|
| committer | ITCactus <n/a> | 2022-06-30 15:15:32 +0200 |
| commit | cfaafc1fe2e31926343c571bc22a9afa54287f47 (patch) | |
| tree | df2f36033807610ee419f4ef0acebfbf7fc0298c /src/displayapp/screens/WatchFaceCasioStyleG7710.h | |
| parent | e7c0b2c5c250f9dc43175bb8d73b2961bfae6b93 (diff) | |
fix for week number and days till the end of the year
+ formating (clang)
Diffstat (limited to 'src/displayapp/screens/WatchFaceCasioStyleG7710.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceCasioStyleG7710.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/displayapp/screens/WatchFaceCasioStyleG7710.h b/src/displayapp/screens/WatchFaceCasioStyleG7710.h index a8382ff2..9cc909a6 100644 --- a/src/displayapp/screens/WatchFaceCasioStyleG7710.h +++ b/src/displayapp/screens/WatchFaceCasioStyleG7710.h @@ -25,13 +25,13 @@ namespace Pinetime { class WatchFaceCasioStyleG7710 : public Screen { public: WatchFaceCasioStyleG7710(DisplayApp* app, - Controllers::DateTime& dateTimeController, - Controllers::Battery& batteryController, - Controllers::Ble& bleController, - Controllers::NotificationManager& notificatioManager, - Controllers::Settings& settingsController, - Controllers::HeartRateController& heartRateController, - Controllers::MotionController& motionController); + Controllers::DateTime& dateTimeController, + Controllers::Battery& batteryController, + Controllers::Ble& bleController, + Controllers::NotificationManager& notificatioManager, + Controllers::Settings& settingsController, + Controllers::HeartRateController& heartRateController, + Controllers::MotionController& motionController); ~WatchFaceCasioStyleG7710() override; void Refresh() override; @@ -62,7 +62,7 @@ namespace Pinetime { lv_point_t line_date_points[3] {{0, 5}, {135, 5}, {140, 0}}; lv_point_t line_time_points[3] {{0, 0}, {230, 0}, {235, 5}}; - lv_color_t color_text = lv_color_hex(0x98B69A); + lv_color_t color_text = lv_color_hex(0x98B69A); lv_style_t style_line; lv_style_t style_border; |
