diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-11 12:20:50 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-11 12:20:50 -0500 |
commit | 74f8747764a23f905a86f70ee97ae4c3b83526a9 (patch) | |
tree | f94d88190667931694bfa88eb4faede8a03c0712 | |
parent | 21f8a9f7cf7fa9801423fea2f6b7961693f919c3 (diff) | |
download | Sensor-Watch-74f8747764a23f905a86f70ee97ae4c3b83526a9.tar.gz Sensor-Watch-74f8747764a23f905a86f70ee97ae4c3b83526a9.tar.bz2 Sensor-Watch-74f8747764a23f905a86f70ee97ae4c3b83526a9.zip |
slcd: lower LCD refresh frequency (~57Hz -> ~34Hz)
-rw-r--r-- | watch-library/shared/config/hpl_slcd_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/watch-library/shared/config/hpl_slcd_config.h b/watch-library/shared/config/hpl_slcd_config.h index ccd60f7d..dacd7745 100644 --- a/watch-library/shared/config/hpl_slcd_config.h +++ b/watch-library/shared/config/hpl_slcd_config.h @@ -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 */ |