diff --git a/src/displayapp/screens/WatchFaceBinary.h b/src/displayapp/screens/WatchFaceBinary.h index 4f4f8736..048fd69a 100644 --- a/src/displayapp/screens/WatchFaceBinary.h +++ b/src/displayapp/screens/WatchFaceBinary.h @@ -13,7 +13,7 @@ // #define LV_COLOR_MATRIX_GREEN LV_COLOR_MAKE(0x00, 0xC0, 0x16) #define BINARY_ON_COLOR LV_COLOR_RED #define BINARY_OFF_COLOR LV_COLOR_GRAY -#define BINARY_SECONDS_ENABLED false +#define BINARY_SECONDS_ENABLED true namespace Pinetime { namespace Controllers {