Found more code, that is no longer necessary

This commit is contained in:
ollo 2017-02-28 18:38:11 +01:00
parent 4be4e3fcee
commit 467530bec1

View File

@ -45,7 +45,7 @@ function generateLEDs(words, color)
buf= buf .. space:rep(11) buf= buf .. space:rep(11)
end end
--line 4-------- even row (so inverted) ------------- --line 4-------- even row (so inverted) -------------
if ((words.before == 1) or (words.threequater == 1)) then if (words.before == 1) then
buf=buf .. space:rep(2) buf=buf .. space:rep(2)
buf= buf .. color:rep(3) -- VOR buf= buf .. color:rep(3) -- VOR
else else