From 8de86b065d890d2693d00fa5743577d1aeabdd43 Mon Sep 17 00:00:00 2001 From: ollo Date: Mon, 12 Dec 2016 20:25:55 +0100 Subject: [PATCH] Fixed EINS --- displayword.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/displayword.lua b/displayword.lua index b36396c..920b2e3 100644 --- a/displayword.lua +++ b/displayword.lua @@ -76,8 +76,8 @@ function generateLEDs(words, color) buf= buf .. color:rep(6) -- SIEBEN buf= buf .. white:rep(5) elseif (words.one == 1) then - buf= buf .. white:rep(6) - buf= buf .. color:rep(3) -- EIN + buf= buf .. white:rep(5) + buf= buf .. color:rep(4) -- EINS buf= buf .. white:rep(2) elseif (words.two == 1) then buf= buf .. white:rep(7)