]> git.earman.xyz Git - sensor-watch.git/commitdiff
slcd: lower LCD refresh frequency (~57Hz -> ~34Hz)
authorJoey Castillo <joeycastillo@utexas.edu>
Fri, 11 Feb 2022 17:20:50 +0000 (12:20 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Fri, 11 Feb 2022 17:20:50 +0000 (12:20 -0500)
watch-library/shared/config/hpl_slcd_config.h

index ccd60f7d75c39ec6b5fb940d0a91499f991162ab..dacd77457ec4567661da0f7b0d794a459e657ae5 100644 (file)
@@ -80,7 +80,7 @@
 // <3=>128
 // <id> slcd_arch_presc
 #ifndef CONF_SLCD_PRESC
-#define CONF_SLCD_PRESC 1
+#define CONF_SLCD_PRESC 2
 #endif
 
 // <o> Clock Divider
@@ -95,7 +95,7 @@
 // <7=>8
 // <id> slcd_arch_ckdiv
 #ifndef CONF_SLCD_CKDIV
-#define CONF_SLCD_CKDIV 5
+#define CONF_SLCD_CKDIV 4
 #endif
 
 /* TODO add frame frequency check */