From 84c0fbfa2a68dc3c29b989947567d111e70a037b Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Fri, 1 Oct 2021 17:09:05 -0400 Subject: slcd: add autonomous blinking and animation --- watch-library/config/hpl_slcd_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'watch-library/config') diff --git a/watch-library/config/hpl_slcd_config.h b/watch-library/config/hpl_slcd_config.h index 5e3b2ca2..33b6a817 100644 --- a/watch-library/config/hpl_slcd_config.h +++ b/watch-library/config/hpl_slcd_config.h @@ -80,7 +80,7 @@ // <3=>128 // slcd_arch_presc #ifndef CONF_SLCD_PRESC -#define CONF_SLCD_PRESC 2 +#define CONF_SLCD_PRESC 1 #endif // Clock Divider @@ -95,7 +95,7 @@ // <7=>8 // slcd_arch_ckdiv #ifndef CONF_SLCD_CKDIV -#define CONF_SLCD_CKDIV 3 +#define CONF_SLCD_CKDIV 5 #endif /* TODO add frame frequency check */ -- cgit v1.2.3