enabled seconds

This commit is contained in:
locker98 2024-05-15 15:15:38 -04:00
parent f52453a37c
commit 8145f5d321

View File

@ -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 {