summaryrefslogtreecommitdiffstats
path: root/watch-library/config
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-01 17:09:05 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-01 20:53:32 -0400
commit84c0fbfa2a68dc3c29b989947567d111e70a037b (patch)
treefa68060b8a32b0450d58b50b571f0700c8280354 /watch-library/config
parent15ae7ab84b13953ec309a5823ade6ddb60f6a68c (diff)
downloadSensor-Watch-84c0fbfa2a68dc3c29b989947567d111e70a037b.tar.gz
Sensor-Watch-84c0fbfa2a68dc3c29b989947567d111e70a037b.tar.bz2
Sensor-Watch-84c0fbfa2a68dc3c29b989947567d111e70a037b.zip
slcd: add autonomous blinking and animation
Diffstat (limited to 'watch-library/config')
-rw-r--r--watch-library/config/hpl_slcd_config.h4
1 files changed, 2 insertions, 2 deletions
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
// <id> slcd_arch_presc
#ifndef CONF_SLCD_PRESC
-#define CONF_SLCD_PRESC 2
+#define CONF_SLCD_PRESC 1
#endif
// <o> Clock Divider
@@ -95,7 +95,7 @@
// <7=>8
// <id> slcd_arch_ckdiv
#ifndef CONF_SLCD_CKDIV
-#define CONF_SLCD_CKDIV 3
+#define CONF_SLCD_CKDIV 5
#endif
/* TODO add frame frequency check */