diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-11 12:17:10 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-11 12:19:10 -0500 |
commit | 21f8a9f7cf7fa9801423fea2f6b7961693f919c3 (patch) | |
tree | d4f62909792a220b8be16ed0b6f2c39c7f1333ec | |
parent | 87be905feee0b76270c8e596b9a4557aef9600a4 (diff) | |
download | Sensor-Watch-21f8a9f7cf7fa9801423fea2f6b7961693f919c3.tar.gz Sensor-Watch-21f8a9f7cf7fa9801423fea2f6b7961693f919c3.tar.bz2 Sensor-Watch-21f8a9f7cf7fa9801423fea2f6b7961693f919c3.zip |
slcd: lower reference refresh frequency (saves energy)
-rw-r--r-- | watch-library/shared/config/hpl_slcd_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/shared/config/hpl_slcd_config.h b/watch-library/shared/config/hpl_slcd_config.h index d78e3391..ccd60f7d 100644 --- a/watch-library/shared/config/hpl_slcd_config.h +++ b/watch-library/shared/config/hpl_slcd_config.h @@ -110,7 +110,7 @@ // <5=>62.5Hz // <id> slcd_arch_rrf #ifndef CONF_SLCD_RRF -#define CONF_SLCD_RRF 0 +#define CONF_SLCD_RRF 5 #endif // <o> Power Refresh Frequency |