Found more code, that is no longer necessary
This commit is contained in:
parent
4be4e3fcee
commit
467530bec1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user