summaryrefslogtreecommitdiff
path: root/firmware/global.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-04-27 13:58:42 +0200
committerjaseg <git@jaseg.net>2018-04-27 13:58:42 +0200
commit641ed2a092df959f478390c52f90837b30a5332c (patch)
tree594f5d043af7f6acb2b90d397ea57b47ff5a3b68 /firmware/global.h
parente0eb2d53a9d93ed3e968f9d40b89df970045dfe1 (diff)
downloadolsndot-641ed2a092df959f478390c52f90837b30a5332c.tar.gz
olsndot-641ed2a092df959f478390c52f90837b30a5332c.tar.bz2
olsndot-641ed2a092df959f478390c52f90837b30a5332c.zip
Make channel count configurable
Diffstat (limited to 'firmware/global.h')
-rw-r--r--firmware/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/global.h b/firmware/global.h
index 3e585f6..0098d38 100644
--- a/firmware/global.h
+++ b/firmware/global.h
@@ -21,7 +21,7 @@
* in main.c. */
#define NBITS 14
-#define NCHANNELS 32
+#define NCHANNELS 8
#define CHANNEL_SPEC 'H'
#define COLOR_SPEC COLOR_SPEC_RGBW
#define DEVICE_TYPE OLSNDOT_V1