It is is seperated in two words

This commit is contained in:
ollo 2018-01-30 20:52:40 +01:00
parent d851964bc9
commit e25a36ba33

View File

@ -89,18 +89,21 @@ function generateLEDs(words, colorFg, colorMin1, colorMin2, colorMin3, colorMin4
local buf=colorFg
-- line 1----------------------------------------------
if (words.it==1 words.is == 1) then
if (words.it==1) then
buf=drawLEDs(data,2) -- ES
print(tostring(buf))
-- K fill character
buf=buf .. space:rep(1)
buf=buf .. drawLEDs(data,3) -- IST
-- L fill character
buf=buf .. space:rep(1)
else
buf=space:rep(7)
else
buf=space:rep(2)
end
if (words.fiveMin== 1) then
-- K fill character
buf=buf .. space:rep(1)
if (words.is == 1) then
buf=buf .. drawLEDs(data,3) -- IST
else
buf=buf .. space:rep(3)
end
-- L fill character
buf=buf .. space:rep(1)
if (words.fiveMin== 1) then
buf= buf .. drawLEDs(data,4) -- FUENF
else
buf= buf .. space:rep(4)