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 // slcd_arch_presc #ifndef CONF_SLCD_PRESC -#define CONF_SLCD_PRESC 1 +#define CONF_SLCD_PRESC 2 #endif // Clock Divider @@ -95,7 +95,7 @@ // <7=>8 // slcd_arch_ckdiv #ifndef CONF_SLCD_CKDIV -#define CONF_SLCD_CKDIV 5 +#define CONF_SLCD_CKDIV 4 #endif /* TODO add frame frequency check */