summaryrefslogtreecommitdiff
path: root/led_marquee/README.md
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-15 19:34:36 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-15 19:34:36 -0400
commit4c7ce05e6afafd4a1ca395933777969a144aaee3 (patch)
tree6edf7cab533701fb714cd7d308d8c7f7f24ad44e /led_marquee/README.md
parent224b8e871935070fb6d025565c7776b9ac0292d0 (diff)
downloaddreambuilder_modpack-4c7ce05e6afafd4a1ca395933777969a144aaee3.tar
dreambuilder_modpack-4c7ce05e6afafd4a1ca395933777969a144aaee3.tar.gz
dreambuilder_modpack-4c7ce05e6afafd4a1ca395933777969a144aaee3.tar.bz2
dreambuilder_modpack-4c7ce05e6afafd4a1ca395933777969a144aaee3.tar.xz
dreambuilder_modpack-4c7ce05e6afafd4a1ca395933777969a144aaee3.zip
update led_marquee
Diffstat (limited to 'led_marquee/README.md')
-rw-r--r--led_marquee/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/led_marquee/README.md b/led_marquee/README.md
index 48adfdc..7015cae 100644
--- a/led_marquee/README.md
+++ b/led_marquee/README.md
@@ -40,13 +40,13 @@ The panels also respond to these control messages:
* "off_multi" turns all panels in a lineup off
* "allon_multi" turns on all LEDs of all panels in a lineup.
-A byte value of 0 to 30 will change colors (i.e. string.char(0 to 30) ). Color values 0 to 11 are:
+A byte value of 0 to 27 will change colors (i.e. string.char(0 to 27) ). Color values 0 to 11 are:
Red (0), orange, yellow, lime, green, aqua, cyan, sky blue, blue, violet, magenta, or red-violet (11)
Colors 12 to 23 are the same as 0 to 11, but lower brightness.
-Colors 23 - 30 are white, light grey, medium grey, dim grey, light blue, brown, and pink.
+Colors 24 - 27 are white, light grey, medium grey, and dim grey.
The left-most/"master" panel will remember the last color used, and defaults to red.