EIN is no longer EINS

This commit is contained in:
ollo 2016-06-19 22:23:29 +02:00
parent 8321e5f112
commit 4ddbebd040

View File

@ -71,8 +71,8 @@ function generateLEDs(words, color)
buf= buf .. color:rep(6) -- SIEBEN buf= buf .. color:rep(6) -- SIEBEN
buf= buf .. white:rep(5) buf= buf .. white:rep(5)
elseif (words.one == 1) then elseif (words.one == 1) then
buf= buf .. white:rep(5) buf= buf .. white:rep(6)
buf= buf .. color:rep(4) -- EINS buf= buf .. color:rep(3) -- EIN
buf= buf .. white:rep(2) buf= buf .. white:rep(2)
elseif (words.two == 1) then elseif (words.two == 1) then
buf= buf .. white:rep(7) buf= buf .. white:rep(7)