From 65a7aa18014600947755e01d3fa4d1d1b4c3b83e Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 29 Mar 2018 18:22:09 -0500 Subject: added ability to periodically output changed state instead of instantaneously --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config.h b/src/config.h index a0150f1..2541056 100644 --- a/src/config.h +++ b/src/config.h @@ -14,6 +14,7 @@ #define SHAPES 65535 +#define PERIODIC_OUTPUT 10000 #define MAX_SIDES 8 #define MAXWIDTH 4000 #define WIDTH 320 -- cgit v1.2.3