slcd: add autonomous blinking and animation

This commit is contained in:
Joey Castillo
2021-10-01 17:09:05 -04:00
parent 15ae7ab84b
commit 84c0fbfa2a
3 changed files with 86 additions and 2 deletions

View File

@@ -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 */