From 8145f5d32142c5b95504544a1d2f8deaec9f6b4b Mon Sep 17 00:00:00 2001 From: locker98 Date: Wed, 15 May 2024 15:15:38 -0400 Subject: [PATCH] enabled seconds --- src/displayapp/screens/WatchFaceBinary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {